# used to remove files from deployment using `git archive`

# version number
common.php export-subst

# git files
.gitattributes export-ignore
.gitignore 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
vendor/composer/installed.json export-ignore

# theme sources
**/scss/ export-ignore
**/less/ export-ignore
**/*.rb export-ignore

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