diff --git a/.gitattributes b/.gitattributes index ce3b34e..2fb241c 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,9 +1,10 @@ /.gitattributes export-ignore /.github export-ignore /.gitignore export-ignore -/.php_cs.dist export-ignore -/.travis.yml export-ignore +/.php-cs-fixer.php export-ignore /tests export-ignore -/phpstan.neon.dist export-ignore -/phpunit.xml.dist export-ignore +/phpstan.neon export-ignore +/phpstan-baseline.neon export-ignore +/phpunit.xml export-ignore /tools export-ignore +/Makefile export-ignore