Paper/.gitignore

40 lines
382 B
Plaintext
Raw Normal View History

2011-04-05 17:46:36 +02:00
# Eclipse stuff
/.classpath
/.project
/.settings
# netbeans
/nbproject
nb*.xml
2011-04-05 17:46:36 +02:00
# we use maven!
/build.xml
# maven
/target
dependency-reduced-pom.xml
2011-04-05 17:46:36 +02:00
# vim
.*.sw[a-p]
# various other potential build files
/build
/bin
/dist
/manifest.mf
/world
2018-07-15 02:00:00 +02:00
/logs
2011-04-05 17:46:36 +02:00
# Mac filesystem dust
.DS_Store
2011-07-05 06:14:34 +02:00
# intellij
*.iml
*.ipr
*.iws
.idea/
/src/main/resources/achievement
/src/main/resources/lang