From c9dd7cb9d0da18b27b46e0307b8b97dbb6ea3ea8 Mon Sep 17 00:00:00 2001 From: phpstan-bot Date: Thu, 19 Feb 2026 08:00:55 +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, not for end users of the package. Co-Authored-By: Claude Opus 4.6 --- .gitattributes | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitattributes b/.gitattributes index 25b967e..a69a701 100644 --- a/.gitattributes +++ b/.gitattributes @@ -5,6 +5,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