ModTweaker/.gitignore
2015-08-17 00:12:05 +02:00

44 lines
402 B
Plaintext

/bin/
# Forge
/LICENSE-fml.txt
/MinecraftForge-Credits.txt
/MinecraftForge-License.txt
/README.txt
/CREDITS-fml.txt
/forge-1.7.2*
/bin/*
# Modproject
/src/api/resources/*
/mods/*
# Gradle
/.gradle
/build
# 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