From 2243b64f0148251bcd36421258405fb7ccce21a2 Mon Sep 17 00:00:00 2001 From: Tim Starling Date: Thu, 10 Nov 2022 10:52:12 +1100 Subject: [PATCH] Add tests/ to export-ignore To reduce the composer package size. --- .gitattributes | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitattributes b/.gitattributes index a0593aa..cdba42e 100644 --- a/.gitattributes +++ b/.gitattributes @@ -7,3 +7,4 @@ composer.json export-ignore phpcs.xml export-ignore phpunit.xml.dist export-ignore +tests/ export-ignore