From 5964a7845af1b6a267fcd38e1ddbc68ea116adf0 Mon Sep 17 00:00:00 2001 From: phpstan-bot Date: Thu, 19 Feb 2026 08:00:57 +0000 Subject: [PATCH] Add CLAUDE.md to .gitattributes export-ignore CLAUDE.md is a development file for AI assistant context and should not be included in the distributed archive. Co-Authored-By: Claude Opus 4.6 --- .gitattributes | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitattributes b/.gitattributes index 94b7c8c2..132b33a7 100644 --- a/.gitattributes +++ b/.gitattributes @@ -10,3 +10,4 @@ Makefile export-ignore phpstan.neon export-ignore phpstan-baseline.neon export-ignore phpunit.xml export-ignore +CLAUDE.md export-ignore