mirror of
https://github.com/mcMMO-Dev/mcMMO.git
synced 2024-11-01 16:19:53 +01:00
43 lines
397 B
Plaintext
43 lines
397 B
Plaintext
# 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
|
|
*.DS_Store
|
|
|
|
# intellij
|
|
*.iml
|
|
*.ipr
|
|
*.iws
|
|
.idea/
|
|
|
|
# Project Stuff
|
|
/src/main/resources/mcMMO
|
|
|
|
# Other Libraries
|
|
*.jar
|
|
|
|
# Atlassian Stuff
|
|
/atlassian-ide-plugin.xml
|