From 720514561ab1bd9d19ed2637127bb6e7af9a522f Mon Sep 17 00:00:00 2001 From: literat Date: Wed, 20 Sep 2023 17:45:38 +0200 Subject: [PATCH] Chore(web-twig): Ignore tests and stories from exported package refs #DS-969 --- packages/web-twig/.gitattributes | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/packages/web-twig/.gitattributes b/packages/web-twig/.gitattributes index 4c0d462a28..56bc64dab0 100644 --- a/packages/web-twig/.gitattributes +++ b/packages/web-twig/.gitattributes @@ -16,11 +16,11 @@ /phpunit.xml.dist export-ignore # Exclude story files from archive -*.stories.twig -**/stories/* +*.stories.twig export-ignore +**/stories export-ignore # Exclude test files from archive -**/__tests__/* +**/__tests__ export-ignore # Configure diff output for .php and .phar files. *.php diff=php