From e4f4fd394720517419ce71c9775ae7cff65ad7d3 Mon Sep 17 00:00:00 2001 From: phpstan-bot Date: Thu, 19 Feb 2026 08:01:03 +0000 Subject: [PATCH] Add missing export-ignore entries to .gitattributes Add .editorconfig and CLAUDE.md to export-ignore so they are excluded from the distributed archive. These files are only needed for development and should not be shipped to end users. Co-Authored-By: Claude Opus 4.6 --- .gitattributes | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitattributes b/.gitattributes index 45a67c45..5c32eb1a 100644 --- a/.gitattributes +++ b/.gitattributes @@ -3,8 +3,10 @@ .github export-ignore tests export-ignore tmp export-ignore +.editorconfig export-ignore .gitattributes export-ignore .gitignore export-ignore +CLAUDE.md export-ignore Makefile export-ignore phpstan.neon export-ignore phpunit.xml export-ignore