From 690918a014e5d7ccab1f9484ff80c6d556881fac Mon Sep 17 00:00:00 2001 From: fadrian06 Date: Sun, 15 Mar 2026 14:01:44 -0400 Subject: [PATCH] remove .gemini/, CONTRIBUTING.md, index.php and phpunit-watcher.yml from composer install --- .gitattributes | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.gitattributes b/.gitattributes index 0c5892c..d9aaa89 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,3 +1,4 @@ +/.gemini export-ignore /.github export-ignore /tests export-ignore /.editorconfig export-ignore @@ -5,5 +6,8 @@ /.gitignore export-ignore /phpcs.xml export-ignore /phpstan.neon export-ignore +/CONTRIBUTING.md export-ignore +/index.php export-ignore /phpstan-baseline.neon export-ignore /phpunit.xml export-ignore +/phpunit-watcher.yml export-ignore