From 20c641047c9da224e809e4ddb0d0f8304fd4697e Mon Sep 17 00:00:00 2001 From: Funky Waddle Date: Sat, 21 Feb 2026 21:50:39 -0600 Subject: [PATCH] chore: add .gitattributes to ignore dev/docs files in exports --- .gitattributes | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..21fefdb --- /dev/null +++ b/.gitattributes @@ -0,0 +1,10 @@ +/tests export-ignore +/.github export-ignore +/.gitignore export-ignore +/phpunit.xml export-ignore +/phpstan.neon export-ignore +/composer.lock export-ignore +/MILESTONES.md export-ignore +/SPECS.md export-ignore +/NOTES.md export-ignore +/.phpunit.cache export-ignore