diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..24063dd --- /dev/null +++ b/.gitattributes @@ -0,0 +1,14 @@ +# Normalise all text files to LF on commit +* text=auto eol=lf + +# Explicitly mark binary files - never touch line endings +*.png binary +*.jpg binary +*.jpeg binary +*.gif binary +*.ico binary +*.woff binary +*.woff2 binary +*.ttf binary +*.eot binary +*.webp binary \ No newline at end of file