Add .gitattributes (#843)

This will allow smaller download size in production.

https://www.reddit.com/r/PHP/comments/2jzp6k/i_dont_need_your_tests_in_my_production
This commit is contained in:
Vincent Klaiber 2016-10-03 10:31:04 +02:00 committed by Marcus Bointon
parent afbe9433d7
commit 5ba58a7bf0
1 changed files with 13 additions and 0 deletions

13
.gitattributes vendored Normal file
View File

@ -0,0 +1,13 @@
* text=auto
/docs export-ignore
/examples export-ignore
/test export-ignore
/.gitattributes export-ignore
/.gitignore export-ignore
/.scrutinizer.yml export-ignore
/.travis.yml export-ignore
/travis.phpunit.xml.dist export-ignore
/SECURITY.md export-ignore
/changelog.md export-ignore
/README.md export-ignore