From 42088291a0ebf8dd514d480a6fe6f315519c0e82 Mon Sep 17 00:00:00 2001 From: Daniel Badura Date: Thu, 30 Apr 2026 13:51:34 +0200 Subject: [PATCH] Fix tests folder gitattributes --- .gitattributes | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitattributes b/.gitattributes index 494375bf..aea18c5c 100644 --- a/.gitattributes +++ b/.gitattributes @@ -12,5 +12,5 @@ /phpunit.xml.dist export-ignore /psalm.xml export-ignore /psalm-baseline.xml export-ignore -/test/ export-ignore +/tests/ export-ignore /tools/ export-ignore