From 418b21f1bc496439f6751f4bfbb89353dadc43c8 Mon Sep 17 00:00:00 2001 From: Gregor Harlan Date: Sun, 25 Jan 2026 13:34:14 +0100 Subject: [PATCH] Add phpstan.neon to .gitattributes --- .gitattributes | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitattributes b/.gitattributes index 1bd2a2b5..7c95ecba 100644 --- a/.gitattributes +++ b/.gitattributes @@ -4,4 +4,5 @@ /.github export-ignore /.symfony.bundle.yaml export-ignore /docs export-ignore +/phpstan.neon export-ignore /phpunit.xml.dist export-ignore