ModTweaker/.gitignore

57 lines
556 B
Plaintext
Raw Permalink Normal View History

2015-08-17 00:12:05 +02:00
/bin/
# Forge
2015-01-11 20:59:45 +01:00
/LICENSE-fml.txt
/MinecraftForge-Credits.txt
/MinecraftForge-License.txt
/README.txt
/CREDITS-fml.txt
/forge-1.7.2*
2015-09-26 11:27:19 +02:00
/logs/*
/config/*
/configs/*
/asm/*
/saves/*
/usernamecache.json
/options.txt
/minetweaker.log
/BotaniaVars.dat
2015-09-26 20:46:09 +02:00
/.analytics/*
/crash-reports/
2015-09-26 20:46:09 +02:00
/scripts/*
/bin/*
# Modproject
/src/api/resources/*
/mods/*
# Gradle
/.gradle
2015-01-11 20:59:45 +01:00
/build
# Eclipse
/.classpath
/.project
/.settings
/bin
2015-01-11 20:59:45 +01:00
/eclipse/*
/.metadata
# IntelliJ IDEA
/*.iml
/*.ipr
/*.iws
/.idea
/out
# Debugging
/run
# OS X
.DS_Store
# other
2015-01-11 20:59:45 +01:00
/.nb-gradle/private/
/common
2015-09-26 20:46:09 +02:00