Unverified Commit 47269353 authored by Joe Hoyle's avatar Joe Hoyle
Browse files

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
parent 48c3242f
Loading
Loading
Loading
Loading

.gitattributes

0 → 100644
+5 −0
Original line number Diff line number Diff line
/tests export-ignore
/bin export-ignore
/.gitignore export-ignore
/.travis.yml export-ignore
/phpunit.xml.dist export-ignore