diff --git a/.gitattributes b/.gitattributes index 94098c0..1c668cb 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,10 +1,7 @@ -/.github export-ignore -/tests export-ignore -/example export-ignore -/generated export-ignore -.editorconfig export-ignore -.gitattributes export-ignore -.gitignore export-ignore -.travis.yml export-ignore -phpunit.xml export-ignore -monorepo-builder.php export-ignore +* text=auto + +/.* export-ignore +/tests/ export-ignore +/*.yml export-ignore +/*.xml export-ignore +/*.xml.dist export-ignore