From fd12ffc87a1e4014b2a7485b88add81c96d105e8 Mon Sep 17 00:00:00 2001 From: Vincent Langlet Date: Wed, 22 Nov 2023 12:09:15 +0100 Subject: [PATCH] Fix .gitattributes (#250) * Fix .gitattributes * Fix .gitattributes --- .gitattributes | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.gitattributes b/.gitattributes index fc3ad5c..323c441 100644 --- a/.gitattributes +++ b/.gitattributes @@ -4,10 +4,11 @@ tests/ export-ignore .editorconfig export-ignore .gitattributes export-ignore .gitignore export-ignore -.php_cs export-ignore +.php-cs-fixer.dist.php export-ignore .scrutinizer.yml export-ignore .travis.yml export-ignore phpstan.neon.dist export-ignore -phpstan.baseline.dist export-ignore +phpstan-baseline.neon export-ignore phpunit.xml.dist export-ignore psalm.xml export-ignore +psalm.baseline.xml export-ignore