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

31 lines
402 B
Plaintext

# exclude all
/*
# include important folders
# need gradle
!gradle/
!gradlew
!gradlew.bat
!build.gradle
!gradle.properties
!.travis.yml
# include markdowns
!README.md
!LICENSE
# 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