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