26e86a114c
Current intention is to maintain a single blacklist for common OS dependent files without having to define each and every folder and their allowed filetypes to avoid commiting these.
31 lines
No EOL
402 B
Text
31 lines
No EOL
402 B
Text
# 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 |