diff --git a/.gitattributes b/.gitattributes index 6bc373b0..1bebc31b 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,12 +1,13 @@ * text=auto -/docs export-ignore -/test export-ignore /.gitattributes export-ignore +/.github export-ignore /.gitignore export-ignore /.scrutinizer.yml export-ignore /.travis.yml export-ignore -/travis.phpunit.xml.dist export-ignore -/SECURITY.md export-ignore /changelog.md export-ignore +/docs export-ignore /README.md export-ignore +/SECURITY.md export-ignore +/test export-ignore +/travis.phpunit.xml.dist export-ignore