From 03fb7da3208ab52b8a738e1f0eecb0fd4f61b5a1 Mon Sep 17 00:00:00 2001 From: Wilmer Arambula Date: Sun, 17 Aug 2025 07:27:09 -0400 Subject: [PATCH] fix: Update `.gitattributes` to exclude additional files from the package. --- .gitattributes | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.gitattributes b/.gitattributes index 65a6a4e..8aca7fc 100644 --- a/.gitattributes +++ b/.gitattributes @@ -26,6 +26,7 @@ /CHANGELOG.md merge=union # Exclude files from the archive +/.editorconfig export-ignore /.gitattributes export-ignore /.github export-ignore /.gitignore export-ignore @@ -33,7 +34,11 @@ /codeception.yml export-ignore /composer-require-checker.json export-ignore /docs export-ignore +/ecs.php export-ignore +/infection.json5 export-ignore +/phpstan.neon export-ignore /phpunit.xml.dist export-ignore /psalm.xml export-ignore /rector.php export-ignore +/runtime export-ignore /tests export-ignore