diff --git a/.gitattributes b/.gitattributes index cae05a90..815391c2 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,4 +1,14 @@ -tests/ export-ignore -phpunit.xml export-ignore +* text=auto + +/examples export-ignore +/tests export-ignore +/.gitattributes export-ignore +/.gitignore export-ignore +/.travis.yml export-ignore .travis.yml export-ignore -.scrutinizer.yml export-ignore \ No newline at end of file +.scrutinizer.yml export-ignore +/codeception.yml export-ignore +/phpunit.xml export-ignore +/CHANGELOG.md export-ignore +/CONTRIBUTING.md export-ignore +/README.md export-ignore