diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..fe9ddf2 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,12 @@ +# Enforce LF line endings for all text files +* text=auto eol=lf + +# Explicitly binary files — no conversion +*.png binary +*.ico binary +*.jpg binary +*.jpeg binary +*.gif binary +*.svg binary +*.woff binary +*.woff2 binary