minor #4712 Update .gitattributes to exclude phpstan configs (williamdes)

This PR was merged into the 3.x branch.

Discussion
----------

Update .gitattributes to exclude phpstan configs

They where added in https://github.com/twigphp/Twig/pull/4458

Versions >= 3.16.0 have the not needed files

Commits
-------

2e0c874776 Update .gitattributes to exclude phpstan configs
This commit is contained in:
Fabien Potencier
2025-11-19 18:29:21 +01:00
+2
View File
@@ -8,3 +8,5 @@
/.gitignore export-ignore
/.php-cs-fixer.dist.php export-ignore
/phpunit.xml.dist export-ignore
/phpstan.neon.dist export-ignore
/phpstan-baseline.neon export-ignore