From 3f0adca225fbf9d14ea35bb2adcc6d12d4f42598 Mon Sep 17 00:00:00 2001 From: Connor Date: Thu, 4 Apr 2024 17:32:30 +0200 Subject: [PATCH] Add: Include "test" folder to gitattribute's exclusion (#368) --- .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