miniflux-legacy/.gitattributes

33 lines
656 B
Plaintext
Raw Normal View History

# used to remove files from deployment using `git archive`
# version number
2017-01-06 04:09:10 +01:00
app/constants.php export-subst
# git files
.gitattributes export-ignore
.gitignore export-ignore
2015-04-23 23:18:50 +02:00
.gitkeep export-ignore
# core
data/*.sqlite export-ignore
2017-12-30 00:17:38 +01:00
scripts/find-locales.php export-ignore
scripts/sync-locales.php export-ignore
Dockerfile export-ignore
.travis.yml export-ignore
hooks export-ignore
docker 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
2017-06-12 03:31:47 +02:00
vendor/miniflux/picofeed/picofeed export-ignore
# unittests
**/tests/ export-ignore