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:
William Desportes 2020-09-20 16:43:05 +02:00
parent ae243e0d35
commit f5c6756e26
No known key found for this signature in database
GPG Key ID: 90A0EF1B8251A889

8
.gitattributes vendored
View File

@ -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