From 8b451acf4e2abf88ce3e01facd0216eb54a7a0be Mon Sep 17 00:00:00 2001 From: phpstan-bot Date: Thu, 19 Feb 2026 08:00:48 +0000 Subject: [PATCH] Add missing export-ignore entries to .gitattributes Add CLAUDE.md and .editorconfig 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 6e6862f..6dea530 100644 --- a/.gitattributes +++ b/.gitattributes @@ -3,6 +3,8 @@ .github export-ignore tests export-ignore tmp export-ignore +CLAUDE.md export-ignore +.editorconfig export-ignore .gitattributes export-ignore .gitignore export-ignore Makefile export-ignore