mcMMO/.gitignore

39 lines
389 B
Plaintext
Raw Normal View History

2012-02-03 21:27:48 +01:00
# Eclipse stuff
/.classpath
2012-02-03 21:27:48 +01:00
/.project
/.settings
2012-02-03 21:27:48 +01:00
# 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
# intellij
*.iml
*.ipr
*.iws
.idea/
# Project Stuff
/src/main/resources/mcMMO
# Other Libraries
*.jar