mcMMO/.gitignore

46 lines
473 B
Plaintext
Raw Normal View History

2012-11-21 21:49:54 +01:00
# Eclipse stuffs
/.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
2012-03-06 23:50:18 +01:00
*.jar
# Atlassian Stuff
/atlassian-ide-plugin.xml
src/.DS_Store
src/main/.DS_Store