From 2cefa866dca4d408373d7d446c5bdfbea66decfd Mon Sep 17 00:00:00 2001 From: Christopher Hertel Date: Tue, 3 Feb 2026 23:41:01 +0100 Subject: [PATCH] Extend gitattributes for latest additions on root level --- .gitattributes | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/.gitattributes b/.gitattributes index 0b2043be..27224aea 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,7 +1,10 @@ -/.git* export-ignore +/.github export-ignore +/.phpdoc export-ignore +/docs export-ignore /examples export-ignore /tests export-ignore /.php-cs-fixer.dist.php export-ignore +/Makefile export-ignore +/phpdoc.dist.xml /phpstan* export-ignore /phpunit.xml.dist export-ignore -/Makefile export-ignore