1
0
mirror of https://github.com/webbukkit/dynmap.git synced 2025-03-26 13:29:50 +01:00

Added ignores.

This commit is contained in:
FrozenCow 2011-01-25 22:56:35 +01:00
parent 5ee5fee232
commit 98f03c588e

25
.gitignore vendored Normal file
View File

@ -0,0 +1,25 @@
# 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
# Mac filesystem dust
/.DS_Store