diff --git a/.gitattributes b/.gitattributes index fadcf62..56eec2c 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,12 +1,15 @@ /.github export-ignore +/doc export-ignore /tests export-ignore /tools export-ignore -/phpunit.xml.dist export-ignore +/.editorconfig export-ignore /.gitattributes export-ignore /.gitignore export-ignore /.php-cs-fixer.dist.php export-ignore -/phpstan.neon.dist export-ignore +/.symfony.bundle.yaml export-ignore +/CONTRIBUTING.md export-ignore /phpstan-baseline.neon export-ignore +/phpstan.neon.dist export-ignore +/phpunit.xml.dist export-ignore /psalm-baseline.xml export-ignore /psalm.xml export-ignore -/.editorconfig export-ignore