From 9af166e7a8996e55de236606744e586b295777e8 Mon Sep 17 00:00:00 2001 From: Vincent Langlet Date: Sun, 30 Jul 2023 12:05:45 +0200 Subject: [PATCH] Fix .gitattributes --- .gitattributes | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.gitattributes b/.gitattributes index fc3ad5c..faf4d7c 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.dist export-ignore phpunit.xml.dist export-ignore psalm.xml export-ignore +psalm.baseline.xml export-ignore