Paper/.gitignore

37 lines
342 B
Plaintext
Raw Normal View History

2011-04-05 23:46:36 +08: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 12:14:34 +08:00
/.DS_Store
# intellij
*.iml
*.ipr
*.iws
.idea/
/src/main/resources/achievement
/src/main/resources/lang