From 2ca58705f6361673a658dbcb070940c65d04c7ac Mon Sep 17 00:00:00 2001 From: Vincent Langlet Date: Tue, 5 Sep 2023 18:59:29 +0200 Subject: [PATCH] chore: add test related files to .gitattributes --- .gitattributes | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitattributes b/.gitattributes index d771b9a..26f80b1 100644 --- a/.gitattributes +++ b/.gitattributes @@ -4,3 +4,5 @@ /phpcs.xml export-ignore /CHANGELOG.md export-ignore /Dockerfile export-ignore +/test/ export-ignore +/phpunit.xml.dist export-ignore