From 7493ef11661851238857e9948dd613bcb915e404 Mon Sep 17 00:00:00 2001 From: phpstan-bot Date: Thu, 19 Feb 2026 08:01:01 +0000 Subject: [PATCH] Add CLAUDE.md to export-ignore in .gitattributes Exclude CLAUDE.md from distribution archives since it is only needed for development and AI assistant guidance, not by end users. Co-Authored-By: Claude Opus 4.6 --- .gitattributes | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitattributes b/.gitattributes index aae3fd19..581d6e31 100644 --- a/.gitattributes +++ b/.gitattributes @@ -9,3 +9,4 @@ /phpstan.neon export-ignore /phpstan-baseline.neon export-ignore /phpunit.xml export-ignore +/CLAUDE.md export-ignore