miniflux-legacy/.gitattributes

32 lines
602 B
Plaintext
Raw Normal View History

# used to remove files from deployment using `git archive`
# version number
common.php export-subst
# git files
.dockerignore export-ignore
.gitattributes export-ignore
.gitignore export-ignore
2015-04-23 23:18:50 +02:00
.gitkeep export-ignore
2016-08-21 18:59:35 +02:00
.github export-ignore
# core
data/*.sqlite export-ignore
scripts export-ignore
Dockerfile export-ignore
.travis.yml export-ignore
# documentation
**/docs/ export-ignore
**/README.* export-ignore
# composer files
vendor/composer/installed.json export-ignore
2015-04-23 23:18:50 +02:00
# binaries
vendor/bin/ export-ignore
vendor/fguillot/picofeed/picofeed export-ignore
# unittests
**/tests/ export-ignore