From 92effb16f7b6e573b066527d8b031f580b465a19 Mon Sep 17 00:00:00 2001 From: David Badura Date: Wed, 26 Aug 2026 11:13:17 +0200 Subject: [PATCH] Update .gitattributes to include docs directory Remove docs directory from export-ignore in .gitattributes --- .gitattributes | 1 - 1 file changed, 1 deletion(-) diff --git a/.gitattributes b/.gitattributes index 57f1752..f89fb4e 100644 --- a/.gitattributes +++ b/.gitattributes @@ -4,7 +4,6 @@ /.github/ export-ignore /.gitignore export-ignore /composer.lock export-ignore -/docs/ export-ignore /phpbench.json export-ignore /phpcs.xml.dist export-ignore /phpstan.neon export-ignore