mirror of
https://github.com/PaperMC/Paper.git
synced 2025-01-15 14:13:56 +01:00
Ignore all .DS_Store files, not just root folder
By: computerdude5000 <computerdude5000@gmail.com>
This commit is contained in:
parent
071c599044
commit
745a0d7683
1 changed files with 2 additions and 2 deletions
4
paper-api/.gitignore
vendored
4
paper-api/.gitignore
vendored
|
@ -22,10 +22,10 @@
|
|||
/manifest.mf
|
||||
|
||||
# Mac filesystem dust
|
||||
/.DS_Store
|
||||
.DS_Store
|
||||
|
||||
# intellij
|
||||
*.iml
|
||||
*.ipr
|
||||
*.iws
|
||||
.idea/
|
||||
.idea/
|
||||
|
|
Loading…
Reference in a new issue