From 9af166e7a8996e55de236606744e586b295777e8 Mon Sep 17 00:00:00 2001 From: Vincent Langlet Date: Sun, 30 Jul 2023 12:05:45 +0200 Subject: [PATCH 1/2] 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 From 9705f24d89aec5d498938fd96d58ce1f466dfd4e Mon Sep 17 00:00:00 2001 From: Vincent Langlet Date: Wed, 22 Nov 2023 11:40:58 +0100 Subject: [PATCH 2/2] Fix .gitattributes --- .gitattributes | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitattributes b/.gitattributes index faf4d7c..323c441 100644 --- a/.gitattributes +++ b/.gitattributes @@ -8,7 +8,7 @@ tests/ 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