This commit is contained in:
drtshock
2014-04-04 13:53:42 -05:00
parent 10f9c16461
commit c3983d3b96
157 changed files with 92 additions and 15 deletions

19
.gitignore vendored
View File

@@ -3,10 +3,15 @@
/.project
/.settings
# NetBeans
# netbeans
/nbproject
# we use maven!
/build.xml
# maven
/target
# vim
.*.sw[a-p]
@@ -14,7 +19,15 @@
/build
/bin
/dist
/*.jardesc
/manifest.mf
/world
# Mac filesystem dust
.DS_Store
/.DS_Store
# intellij
*.iml
*.ipr
*.iws
.idea/