Update archive export excludes
This commit is contained in:
parent
30a2852bad
commit
901a57e298
9
.gitattributes
vendored
9
.gitattributes
vendored
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user