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
|
# git files
|
||||||
.gitattributes export-ignore
|
.gitattributes export-ignore
|
||||||
.gitignore export-ignore
|
.gitignore export-ignore
|
||||||
|
.gitkeep export-ignore
|
||||||
|
|
||||||
# core
|
# core
|
||||||
data/*.sqlite export-ignore
|
data/*.sqlite export-ignore
|
||||||
@ -19,12 +20,12 @@ Dockerfile export-ignore
|
|||||||
|
|
||||||
# composer files
|
# composer files
|
||||||
composer.json export-ignore
|
composer.json export-ignore
|
||||||
|
composer.lock export-ignore
|
||||||
vendor/composer/installed.json export-ignore
|
vendor/composer/installed.json export-ignore
|
||||||
|
|
||||||
# theme sources
|
# binaries
|
||||||
**/scss/ export-ignore
|
vendor/bin/ export-ignore
|
||||||
**/less/ export-ignore
|
vendor/fguillot/picofeed/picofeed export-ignore
|
||||||
**/*.rb export-ignore
|
|
||||||
|
|
||||||
# unittests
|
# unittests
|
||||||
phpunit.xml export-ignore
|
phpunit.xml export-ignore
|
||||||
|
Loading…
Reference in New Issue
Block a user