Multiverse-Core/.gitignore

49 lines
436 B
Plaintext
Raw Normal View History

2011-07-20 16:49:11 +02:00
# Eclipse stuff
/.classpath
/.project
/.settings
2011-12-12 16:57:44 +01:00
/.checkstyle
2011-07-20 16:49:11 +02:00
# netbeans
/nbproject
# we use maven!
/build.xml
# maven
/target
dependency-reduced-pom.xml
2011-07-20 16:49:11 +02:00
# vim
.*.sw[a-p]
# various other potential build files
/build
/bin
/dist
/manifest.mf
/world
# Mac filesystem dust
2011-07-21 02:52:55 +02:00
*.DS_Store
2011-07-20 16:49:11 +02:00
# intellij
*.iml
*.ipr
*.iws
.idea/
# Fern's utils
2011-10-15 15:47:07 +02:00
uploadtoserver.sh
# Testing files:
debug.log
2011-12-11 06:33:59 +01:00
# Doxygen
2011-12-11 06:38:40 +01:00
/docs/html
2011-12-11 06:33:59 +01:00
debug.txt
2023-02-02 23:07:51 +01:00
# Gradle
.gradle