Multiverse-Core/api/.gitignore
main() d42001dd33 Refactoring. Refactoring. REFACTORING!
* Added new module: MultiverseCore-API
 * groupId and package change: com.onarandombox.multiverse --> com.mvplugin
 * moved packages around a bit
2012-11-09 21:00:55 +01:00

45 lines
391 B
Plaintext

# Eclipse stuff
/.classpath
/.project
/.settings
/.checkstyle
# 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/
# Fern's utils
uploadtoserver.sh
# Testing files:
debug.log
# Doxygen
/docs/html
debug.txt