Paper/.gitignore

37 lines
342 B
Plaintext
Raw Normal View History

2011-04-05 17:46:36 +02:00
# 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
/world
# Mac filesystem dust
2011-07-05 06:14:34 +02:00
/.DS_Store
# intellij
*.iml
*.ipr
*.iws
.idea/
/src/main/resources/achievement
/src/main/resources/lang