diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 00000000..1e959e7b --- /dev/null +++ b/.gitattributes @@ -0,0 +1,20 @@ +* text=auto + +# Overwrite the above and declare files that will always have +# LF line endings on checkin and checkout +*.env text eol=lf +*.gql text eol=lf +*.js text eol=lf +*.json text eol=lf +*.md text eol=lf +*.scss text eol=lf +*.sh text eol=lf +*.svgtext eol=lf +*.ts text eol=lf +*.vue text eol=lf +*.xml text eol=lf +*.yml text eol=lf + +*.png binary +*.jpg binary +*.ico binary