Add gitattributes file

Used to allow composer to ignore tests and other development files in
distribution of releases.
This commit is contained in:
Jon Dufresne
2017-05-29 14:23:54 +02:00
committed by Jaap van Otterdijk
parent a41a31f8c8
commit 7c73155197
+9
View File
@@ -0,0 +1,9 @@
/.gitattributes export-ignore
/.gitignore export-ignore
/.scrutinizer.yml export-ignore
/.travis.yml export-ignore
/composer.lock export-ignore
/examples/ export-ignore
/phpmd.xml.dist export-ignore
/phpunit.xml.dist export-ignore
/tests/ export-ignore