mirror of
https://github.com/barryvdh/ReflectionDocBlock.git
synced 2026-08-18 18:13:13 +00:00
Add gitattributes file
Used to allow composer to ignore tests and other development files in distribution of releases.
This commit is contained in:
committed by
Jaap van Otterdijk
parent
a41a31f8c8
commit
7c73155197
@@ -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
|
||||||
Reference in New Issue
Block a user