From aa01ff15367e2d691f1c7d0031864b4840240bb9 Mon Sep 17 00:00:00 2001 From: connor Date: Mon, 8 Apr 2024 11:28:58 +0200 Subject: [PATCH] Fix .gitattributes --- .gitattributes | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.gitattributes b/.gitattributes index dbad283..a200fcf 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,13 +1,14 @@ * text=auto -/Tests export-ignore +/docs export-ignore +/tests export-ignore .doctrine-project.json export-ignore .gitattributes export-ignore /.github export-ignore .gitignore export-ignore phpcs.xml.dist export-ignore -phpstan.neon export-ignore phpstan.neon.dist export-ignore +phpstan-baseline.neon export-ignore phpunit.xml.dist export-ignore psalm.xml export-ignore psalm-baseline.xml export-ignore