mcMMO/.gitignore

44 lines
425 B
Plaintext
Raw Normal View History

2013-03-08 21:42:26 +01:00
# Eclipse stuff
/.classpath
/.project
/.settings
/dependency-reduced-pom.xml
2013-03-08 21:42:26 +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
# Atlassian Stuff
/atlassian-ide-plugin.xml