Files
barryvdh_ReflectionDocBlock/.gitattributes
T
Jon Dufresne 7c73155197 Add gitattributes file
Used to allow composer to ignore tests and other development files in
distribution of releases.
2017-05-29 14:23:54 +02:00

10 lines
253 B
Plaintext

/.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