# 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
.gitkeep 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
composer.json export-ignore
composer.lock export-ignore
vendor/composer/installed.json export-ignore

# binaries
vendor/bin/ export-ignore
vendor/fguillot/picofeed/picofeed export-ignore

# unittests
phpunit.xml export-ignore
**/tests/ export-ignore