mcMMO/.gitignore

59 lines
575 B
Plaintext
Raw Normal View History

2019-04-28 15:52:16 +02:00
# bash stuff
*.sh
2013-03-08 21:42:26 +01:00
# Eclipse stuff
/.classpath
/.project
/.settings
/dependency-reduced-pom.xml
2013-03-08 21:42:26 +01:00
#vs code
/.vscode
2019-02-06 01:18:15 +01:00
# Maven Depends
/lib
2019-02-07 02:47:06 +01:00
# gradle
/.gradle
/mcMMO-core/.gradle
/mcMMO-core/gradle
2013-03-08 21:42:26 +01:00
# 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
/nulllocale_override.properties