From 98e576aeb8ee6f077b5310546f4d22aefae0eb84 Mon Sep 17 00:00:00 2001 From: Alex Skrypnyk Date: Fri, 10 Jul 2026 11:37:40 +1000 Subject: [PATCH] Excluded more dev files from distribution. --- .gitattributes | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.gitattributes b/.gitattributes index 0938577..85d7648 100644 --- a/.gitattributes +++ b/.gitattributes @@ -4,10 +4,12 @@ /.gitattributes export-ignore /.github export-ignore /.gitignore export-ignore -/tests export-ignore +/CLAUDE.md export-ignore +/behat.yml export-ignore /phpcs.xml export-ignore /phpmd.xml export-ignore /phpstan.neon export-ignore /phpunit.xml export-ignore +/rector.php export-ignore /renovate.json export-ignore -/behat.yml export-ignore +/tests export-ignore