diff --git a/.gitattributes b/.gitattributes index 4bf6e9e..2c2e1a5 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,6 +1,15 @@ # Force Unix line-endings -* text eol=lf -*.png binary +.gitattributes eol=lf +.gitignore eol=lf +*.css eol=lf +*.html eol=lf +*.json eol=lf +*.lock eol=lf +*.md eol=lf +*.phar eol=lf +*.php eol=lf +*.xml eol=lf +*.yml eol=lf # Remove all test and documentation files from releases with 'export-ignore'. /docs export-ignore @@ -8,4 +17,5 @@ /.gitattributes export-ignore /.gitignore export-ignore /.travis.yml export-ignore +/.styleci.yml export-ignore /phpunit.xml export-ignore