Applied-Energistics-2-tiler.../.gitignore
thatsIch ce6a2e8487 Do not use the slurper anymore
The proper way to use gradle is to actually use the gradle.properties. It will be automatically read without using a self defined config slurper.

The gradle.properties adds additional convenient options e.g. regarding the VM options and parallel calculation or daemons
2015-04-29 21:03:49 +02:00

24 lines
311 B
Plaintext

# exclude all
/*
# include important folders
# need gradle
!gradle/
!gradlew
!gradlew.bat
!build.gradle
!gradle.properties
# include markdowns
!README.md
!License.md
# include sourcecode
!src/
# include git important files
!.gitmodules
!.gitignore
# code format to reduce noise in git commits
!codeformat/