Restored .gitignore

By: Dinnerbone <dinnerbone@dinnerbone.com>
This commit is contained in:
CraftBukkit/Spigot 2011-04-05 16:46:36 +01:00
parent 65201e75c6
commit ce4ef77ead

27
paper-server/.gitignore vendored Normal file
View file

@ -0,0 +1,27 @@
# 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