1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17
|
/.gitattributes export-ignore
/.gitignore export-ignore
/.yamllint.yaml export-ignore
/composer-require-checker.json export-ignore
/composer.lock export-ignore
/phpmd.xml.dist export-ignore
/phpunit.xml.dist export-ignore
/Makefile export-ignore
/phive.xml export-ignore
/phpcs.xml.dist export-ignore
/phpstan.neon export-ignore
/phpstan-baseline.neon export-ignore
/psalm.xml export-ignore
/phpdoc.dist.xml export-ignore
/tests/ export-ignore
/docs/ export-ignore
/.github/ export-ignore
|