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:
parent
afbe9433d7
commit
5ba58a7bf0
|
|
@ -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
|
||||
Loading…
Reference in New Issue