ModTweaker/.gitignore

44 lines
402 B
Plaintext
Raw 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*
/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