From 42866334ea4cecb0626b8dc17673927f91b639a8 Mon Sep 17 00:00:00 2001 From: Gregor Harlan Date: Sun, 25 Jan 2026 13:29:41 +0100 Subject: [PATCH] Update .gitattributes --- .gitattributes | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) 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