You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
32 lines
656 B
32 lines
656 B
# used to remove files from deployment using `git archive` |
|
|
|
# version number |
|
app/constants.php export-subst |
|
|
|
# git files |
|
.gitattributes export-ignore |
|
.gitignore export-ignore |
|
.gitkeep export-ignore |
|
|
|
# core |
|
data/*.sqlite export-ignore |
|
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 |
|
|
|
# binaries |
|
vendor/bin/ export-ignore |
|
vendor/miniflux/picofeed/picofeed export-ignore |
|
|
|
# unittests |
|
**/tests/ export-ignore
|
|
|