Applied-Energistics-2-tiler.../.gitignore

24 lines
310 B
Plaintext
Raw Normal View History

2014-09-24 02:30:22 +02:00
# exclude all
/*
# include important folders
# need gradle
!gradle/
!gradlew
!gradlew.bat
!build.gradle
!build.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/