Paper/paper-server/.gitignore
CraftBukkit/Spigot f7ae67a1c4 Modified .gitignore to remove Mac filesystem dust (/.DS_Store)
By: Peter Lamonica <plamoni@gmail.com>
2011-01-23 08:38:40 +08:00

27 lines
246 B
Plaintext

# Eclipse stuff
/.classpath
/.project
/.settings
# netbeans
/nbproject
# we use maven!
/build.xml
# maven
/target
# vim
.*.sw[a-p]
# various other potential build files
/build
/bin
/dist
/manifest.mf
/world
# Mac filesystem dust
/.DS_Store