From b7817c64ffb3c37101ec6be63a02058f85e86e44 Mon Sep 17 00:00:00 2001 From: William Desportes Date: Thu, 22 Jan 2026 20:24:47 +0000 Subject: [PATCH 1/2] Update .gitattributes --- .gitattributes | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitattributes b/.gitattributes index a96eb9d6..804569a4 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,5 +1,6 @@ /.github/ export-ignore /examples/ export-ignore +/docs/ export-ignore /tests/ export-ignore /.editorconfig export-ignore /.git-blame-ignore-revs export-ignore @@ -14,3 +15,5 @@ /phpstan.neon export-ignore /phpunit.xml.dist export-ignore /psalm.xml export-ignore +/phpdoc.xml.dist export-ignore +/.phpdoc/ export-ignore From c09dc59226926fdc9253f4efb135cc8048405ae3 Mon Sep 17 00:00:00 2001 From: William Desportes Date: Thu, 22 Jan 2026 20:25:31 +0000 Subject: [PATCH 2/2] Update .gitattributes --- .gitattributes | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitattributes b/.gitattributes index 804569a4..eb6c5d5c 100644 --- a/.gitattributes +++ b/.gitattributes @@ -15,5 +15,5 @@ /phpstan.neon export-ignore /phpunit.xml.dist export-ignore /psalm.xml export-ignore -/phpdoc.xml.dist export-ignore +/phpdoc.dist.xml export-ignore /.phpdoc/ export-ignore