diff --git a/.DS_Store b/.DS_Store deleted file mode 100644 index a476af2be..000000000 Binary files a/.DS_Store and /dev/null differ diff --git a/.gitignore b/.gitignore index 0700da9c3..2cf238e30 100644 --- a/.gitignore +++ b/.gitignore @@ -24,7 +24,8 @@ dist/ manifest.mf # Mac filesystem dust -.DS_Store/ +**/.DS_Store +.DS_Store # intellij *.iml diff --git a/NachoSpigot-API/.gitignore b/NachoSpigot-API/.gitignore index edf9e5c3a..cc654661d 100644 --- a/NachoSpigot-API/.gitignore +++ b/NachoSpigot-API/.gitignore @@ -21,8 +21,6 @@ /dist /manifest.mf -# Mac filesystem dust -.DS_Store # intellij *.iml diff --git a/NachoSpigot-Server/.gitignore b/NachoSpigot-Server/.gitignore index f087be638..0f14bceea 100644 --- a/NachoSpigot-Server/.gitignore +++ b/NachoSpigot-Server/.gitignore @@ -25,9 +25,6 @@ dependency-reduced-pom.xml /world -# Mac filesystem dust -.DS_Store - # intellij *.iml *.ipr