From b4f59550c67f09c4311f453d88fc5ba242f5cc03 Mon Sep 17 00:00:00 2001 From: Massimiliano Arione Date: Sat, 31 Jan 2026 18:52:06 +0100 Subject: [PATCH] fix .giattributes --- .gitattributes | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/.gitattributes b/.gitattributes index 261c33f..dc8024a 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,12 +1,12 @@ .github/ export-ignore docs/ export-ignore -example/ export-ignore +examples/ export-ignore tests/ export-ignore vendor/ export-ignore -.editorconfig export-ignore +.editorconfig export-ignore .gitattributes export-ignore .gitignore export-ignore -.php-cs-fixer.dist.php export-ignore +.php-cs-fixer.dist.php export-ignore .semgrepignore export-ignore .shiprc export-ignore CHANGELOG.md export-ignore @@ -16,4 +16,5 @@ phpstan.neon.dist export-ignore phpunit.xml.dist export-ignore psalm.xml.dist export-ignore rector.php export-ignore -UPGRADE.md export-ignore +UPGRADING.md export-ignore +.version export-ignore