ForgePatch/.gitignore

38 lines
372 B
Plaintext

#eclipse
**/bin
**/.settings
**/.classpath
*.project
#In case people make their workspace in the repo
/eclipse/
#idea
/.idea
/classes
*.iml
#gradle
/build
/.gradle
/mdk/.gradle
/mdk/build
#occupational hazards
/projects/
/repo/
/buildSrc
#Patch rejects
/patches-/
*.patch.rej
# FML changelog
changelog.txt
*.py
*.7z
/logs/
gradle.properties
!/mdk/gradle.properties