diff --git a/.gitattributes b/.gitattributes index 4139efc..475f5f2 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,21 +1,6 @@ -# Ignore exporting of these -/tests export-ignore -/.gitattributes export-ignore -/.gitignore export-ignore -/.travis.yml export-ignore +/tests export-ignore +/docs export-ignore +/.gitattributes export-ignore +/.gitignore export-ignore +/.travis.yml export-ignore /.scrutinizer.yml export-ignore -docs/ export-ignore - -# Force line ending normalization inside repo to LF -* text=auto - -# Explicitly declare text files that should be normalized and converted -# to native line endings on checkout. -*.md text -*.LICENCE text -*.json text -*.scss text -*. text - -# Declare files that should be converted to tabspace instead of whitespace -*.php filter=tabspace