Modified .gitignore to remove Mac filesystem dust (/.DS_Store)
By: Peter Lamonica <plamoni@gmail.com>
This commit is contained in:
5
paper-server/.gitignore
vendored
5
paper-server/.gitignore
vendored
@ -21,4 +21,7 @@
|
|||||||
/dist
|
/dist
|
||||||
/manifest.mf
|
/manifest.mf
|
||||||
|
|
||||||
/world
|
/world
|
||||||
|
|
||||||
|
# Mac filesystem dust
|
||||||
|
/.DS_Store
|
||||||
Reference in New Issue
Block a user