From 591ada9cc586a67d6dea275e5298aa2da03b2da1 Mon Sep 17 00:00:00 2001 From: connor Date: Thu, 4 Apr 2024 14:55:22 +0200 Subject: [PATCH] add test folder to gitattribute --- .gitattributes | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitattributes b/.gitattributes index 9645b77e9..282650056 100644 --- a/.gitattributes +++ b/.gitattributes @@ -8,4 +8,5 @@ docker-compose.yml export-ignore phpstan.neon export-ignore phpunit.xml export-ignore +test/ export-ignore tests/ export-ignore