ModTweaker/.gitignore
Brennan Ward fbb7b33866 Botania Support (#556)
* It turns on and it might work idk

* actually register

might need to be moved to @ZenRegister but I don't really understand
that rn

* move to @ZenRegister

* names

* fix removals being broken entirely and add tests

I think jared is going to hit me with a hammer for not using the late
system in place, but I tried rewriting the IActions to work like that
and uh... Fire everywhere.

* runnable was a better idea

* manually log stuff

* remove printlns from commands

also format because everything is a mess right now between old/new
formats.  Only formats the botania package.

* Add describes

also switches messages to links to the crt log

* minor issue
2017-12-13 13:08:18 +02:00

57 lines
574 B
Text

/bin/
# Forge
/LICENSE-fml.txt
/MinecraftForge-Credits.txt
/MinecraftForge-License.txt
/README.txt
/CREDITS-fml.txt
/forge-1.7.2*
/logs/*
/config/*
/configs/*
/asm/*
/saves/*
/usernamecache.json
/options.txt
/minetweaker.log
/BotaniaVars.dat
/.analytics/*
/crash-reports/
/scripts/*
/bin/*
# Modproject
/src/api/resources/*
/mods/*
# Gradle
/.gradle
/build
/classes/
# Eclipse
/.classpath
/.project
/.settings
/bin
/eclipse/*
/.metadata
# IntelliJ IDEA
/*.iml
/*.ipr
/*.iws
/.idea
/out
# Debugging
/run
# OS X
.DS_Store
# other
/.nb-gradle/private/
/common
*.launch