Skip to content

Commit 4726935

Browse files
committed
Don't include tests in the downloadable composer package
It's possible to remove the `tests` (and some other files) from the git archive that composer downloads from github on install. This saves a few MB as we have test images / pdfs and videos in our tests directory
1 parent 48c3242 commit 4726935

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.gitattributes

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
/tests export-ignore
2+
/bin export-ignore
3+
/.gitignore export-ignore
4+
/.travis.yml export-ignore
5+
/phpunit.xml.dist export-ignore

0 commit comments

Comments
 (0)