diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..4e3f23e --- /dev/null +++ b/.gitattributes @@ -0,0 +1,17 @@ +# Set the default behavior for text files +* text=auto +*.txt text +*.vue text eol=lf +*.ts text eol=lf +*.js text eol=lf +*.sh text eol=lf + +# Explicitly mark binary files to be treated as binary and not be modified +*.png binary +*.jpg binary +*.jpeg binary +*.gif binary +*.pdf binary +*.zip binary +*.tar.gz binary +*.jar binary