Exclude more useless files from the vendor bundle
Can be tested by looking at what the git archive command did output Signed-off-by: William Desportes <williamdes@wdes.fr>
This commit is contained in:
parent
ae243e0d35
commit
f5c6756e26
8
.gitattributes
vendored
8
.gitattributes
vendored
@ -14,4 +14,12 @@ phpcs.xml.dist export-ignore
|
||||
phpstan.neon.dist export-ignore
|
||||
DCO export-ignore
|
||||
.editorconfig export-ignore
|
||||
# Exclude only the following files and not all files in test/
|
||||
# This is because some packaging teams need our test files but not the CI related files
|
||||
test/doctum-config.php export-ignore
|
||||
test/bootstrap-phpstan.php export-ignore
|
||||
test/install-browserstack export-ignore
|
||||
test/start-local-server export-ignore
|
||||
test/*.conf export-ignore
|
||||
test/*.ini export-ignore
|
||||
test/ci-* export-ignore
|
||||
|
||||
Loading…
Reference in New Issue
Block a user