From 89a696510c738dd30736fd8b74878f1509974e1f Mon Sep 17 00:00:00 2001 From: Sam Reed Date: Tue, 6 Jan 2026 22:04:57 +0000 Subject: [PATCH] .gitattributes: Add CLAUDE.MD as export-ignore --- .gitattributes | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitattributes b/.gitattributes index 6bc89bd7..713f537c 100644 --- a/.gitattributes +++ b/.gitattributes @@ -11,4 +11,5 @@ /phar-stub.php export-ignore /phpstan.neon export-ignore /phpunit.xml.dist export-ignore +/CLAUDE.md export-ignore /README.dev.md export-ignore