mirror of
https://github.com/PaperMC/Paper.git
synced 2024-12-30 16:19:03 +01:00
Added /.DS_Store (Mac filesystem dust) to .gitignore (https://github.com/Bukkit/Bukkit/issues/#issue/46)
By: Peter Lamonica <plamoni@gmail.com>
This commit is contained in:
parent
2b2dec5b91
commit
03dd082641
1 changed files with 4 additions and 1 deletions
3
paper-api/.gitignore
vendored
3
paper-api/.gitignore
vendored
|
@ -20,3 +20,6 @@
|
||||||
/bin
|
/bin
|
||||||
/dist
|
/dist
|
||||||
/manifest.mf
|
/manifest.mf
|
||||||
|
|
||||||
|
# Mac filesystem dust
|
||||||
|
/.DS_Store
|
Loading…
Reference in a new issue