diff --git a/.gitattributes b/.gitattributes index 24008c67e..afb556ff4 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,8 +1,5 @@ * text=auto -/docs export-ignore -/test export-ignore -/examples export-ignore /.gitattributes export-ignore /.github export-ignore /.gitignore export-ignore @@ -10,8 +7,11 @@ /.php_cs export-ignore /.scrutinizer.yml export-ignore /.travis.yml export-ignore -/UPGRADING.md export-ignore /changelog.md export-ignore /composer.json export-ignore +/docs export-ignore +/examples export-ignore /phpdoc.dist.xml export-ignore +/test export-ignore /travis.phpunit.xml.dist export-ignore +/UPGRADING.md export-ignore