Update archive export excludes

This commit is contained in:
Mathias Kresin 2015-04-23 23:18:50 +02:00
parent 30a2852bad
commit 901a57e298
1 changed files with 5 additions and 4 deletions

9
.gitattributes vendored
View File

@ -6,6 +6,7 @@ common.php export-subst
# git files
.gitattributes export-ignore
.gitignore export-ignore
.gitkeep export-ignore
# core
data/*.sqlite export-ignore
@ -19,12 +20,12 @@ Dockerfile export-ignore
# composer files
composer.json export-ignore
composer.lock export-ignore
vendor/composer/installed.json export-ignore
# theme sources
**/scss/ export-ignore
**/less/ export-ignore
**/*.rb export-ignore
# binaries
vendor/bin/ export-ignore
vendor/fguillot/picofeed/picofeed export-ignore
# unittests
phpunit.xml export-ignore