From ab98b5b0315e71cc597a300122a2a0b9ce49d90b Mon Sep 17 00:00:00 2001 From: Justin Frydman Date: Thu, 19 Dec 2024 10:53:08 -0700 Subject: [PATCH] Ensure more files don't get exported when creating a zip --- .gitattributes | 16 ++++++++++------ 1 file changed, 10 insertions(+), 6 deletions(-) diff --git a/.gitattributes b/.gitattributes index 633e694..1b4987b 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,6 +1,10 @@ -* text -.* export-ignore -composer.lock text -diff -phpstan.* export-ignore -phpunit.* export-ignore -tests export-ignore +* text +.* export-ignore +/composer.lock text -diff +/phpstan.*.yml export-ignore +/phpcs.*.yml export-ignore +/codeception.*.yml export-ignore +/.env.testing* export-ignore +/tests export-ignore +/.github export-ignore +/.editorconfig export-ignore