From 5d33b4f9792eb66bb97bf995ce83d51ecf4026f7 Mon Sep 17 00:00:00 2001 From: "Eric Richer eric.richer@vistoconsulting.com" Date: Mon, 9 Sep 2024 13:36:40 -0400 Subject: [PATCH] Fixed small error in .gitattributes --- .gitattributes | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitattributes b/.gitattributes index eab1873..90e1608 100644 --- a/.gitattributes +++ b/.gitattributes @@ -5,6 +5,6 @@ /phpcs.xml export-ignore /phpunit.xml export-ignore /psalm.xml export-ignore -/psalm-baseline.xml export-ignore +/psalm.baseline.xml export-ignore /test/ export-ignore /autoload-dev/ export-ignore