From 2e0c87477615fa99363de3346137bda6f5cc7a7c Mon Sep 17 00:00:00 2001 From: William Desportes Date: Wed, 19 Nov 2025 14:18:11 +0100 Subject: [PATCH] Update .gitattributes to exclude phpstan configs --- .gitattributes | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitattributes b/.gitattributes index c07b0dfb56e..c9d4236805c 100644 --- a/.gitattributes +++ b/.gitattributes @@ -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