From 27fb0303d8e35fd920cc9978855136f6acef306a Mon Sep 17 00:00:00 2001 From: Daniel Ziegenberg Date: Wed, 12 Feb 2025 19:16:48 +0100 Subject: [PATCH] Fix ignoring `phpstan.neon.dist` It's not a dot file. Signed-off-by: Daniel Ziegenberg --- .gitattributes | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitattributes b/.gitattributes index 7add13f5..76ce6c22 100644 --- a/.gitattributes +++ b/.gitattributes @@ -5,7 +5,7 @@ tests/ export-ignore .gitattributes export-ignore .gitignore export-ignore .php-cs-fixer.dist.php export-ignore -.phpstan.neon.dist export-ignore +phpstan.neon.dist export-ignore build.xml export-ignore phpunit.xml.dist export-ignore infection.json.dist export-ignore