Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
williamdes committed Sep 20, 2020
1 parent ae243e0 commit f5c6756
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .gitattributes
Expand Up @@ -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

0 comments on commit f5c6756

Please sign in to comment.