Ignore all .DS_Store files, not just root folder
By: computerdude5000 <computerdude5000@gmail.com>
This commit is contained in:
4
paper-api/.gitignore
vendored
4
paper-api/.gitignore
vendored
@@ -22,10 +22,10 @@
|
|||||||
/manifest.mf
|
/manifest.mf
|
||||||
|
|
||||||
# Mac filesystem dust
|
# Mac filesystem dust
|
||||||
/.DS_Store
|
.DS_Store
|
||||||
|
|
||||||
# intellij
|
# intellij
|
||||||
*.iml
|
*.iml
|
||||||
*.ipr
|
*.ipr
|
||||||
*.iws
|
*.iws
|
||||||
.idea/
|
.idea/
|
||||||
|
|||||||
Reference in New Issue
Block a user