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

31 lines
402 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
!gradle.properties
2016-09-13 10:19:01 +02:00
!.travis.yml
2014-09-24 02:30:22 +02:00
# include markdowns
!README.md
!LICENSE
2014-09-24 02:30:22 +02:00
# include sourcecode
!src/
# include git important files
!.gitmodules
!.gitignore
# code format to reduce noise in git commits
!codeformat/
# Github specific files and directories
!.github/
# Explicit ignores
Thumbs.db