2015-01-08 23:54:24 +01:00
|
|
|
# used to remove files from deployment using `git archive`
|
|
|
|
|
|
|
|
# version number
|
|
|
|
common.php export-subst
|
|
|
|
|
|
|
|
# git files
|
2016-07-31 18:46:31 +02:00
|
|
|
.dockerignore export-ignore
|
2015-01-08 23:54:24 +01:00
|
|
|
.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
|
2015-01-08 23:54:24 +01:00
|
|
|
|
|
|
|
# core
|
|
|
|
data/*.sqlite export-ignore
|
|
|
|
scripts export-ignore
|
|
|
|
Dockerfile export-ignore
|
|
|
|
.travis.yml export-ignore
|
|
|
|
|
|
|
|
# documentation
|
|
|
|
**/docs/ export-ignore
|
|
|
|
**/README.* export-ignore
|
|
|
|
|
|
|
|
# composer files
|
|
|
|
composer.json export-ignore
|
2015-04-23 23:18:50 +02:00
|
|
|
composer.lock export-ignore
|
2015-01-08 23:54:24 +01:00
|
|
|
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
|
2015-01-08 23:54:24 +01:00
|
|
|
|
|
|
|
# unittests
|
|
|
|
**/tests/ export-ignore
|