mirror of
https://github.com/barryvdh/ReflectionDocBlock.git
synced 2026-08-18 10:07:12 +00:00
Used to allow composer to ignore tests and other development files in distribution of releases.
10 lines
253 B
Plaintext
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
|