1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19
|
/.editorconfig export-ignore
/.gitattributes export-ignore
/.gitignore export-ignore
/.multi-tester.yml export-ignore
/.php-cs-fixer.dist.php export-ignore
/.styleci.yml export-ignore
/.travis.yml export-ignore
/build.php export-ignore
/contributing.md export-ignore
/codecov.yml export-ignore
/phpdoc.php export-ignore
/phpmd.xml export-ignore
/phpstan.neon export-ignore
/phpunit.xml.dist export-ignore
/psalm.xml export-ignore
/.github export-ignore
/tests export-ignore
* text=auto eol=lf
|