From 87814d1fe27eb033b5ecff1a90d346f31136db15 Mon Sep 17 00:00:00 2001 From: phpstan-bot Date: Thu, 19 Feb 2026 08:01:20 +0000 Subject: [PATCH] Exclude entire doc directory from distribution archive Change `doc/grammars export-ignore` to `doc export-ignore` since the doc directory only contains grammar files used for development and does not need to be included in the distributed archive. Co-Authored-By: Claude Opus 4.6 --- .gitattributes | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitattributes b/.gitattributes index 6648bae..a0b8927 100644 --- a/.gitattributes +++ b/.gitattributes @@ -4,7 +4,7 @@ .github export-ignore apigen export-ignore phpcs.xml export-ignore -doc/grammars export-ignore +doc export-ignore tests export-ignore tmp export-ignore .editorconfig export-ignore