diff --git a/.gitattributes b/.gitattributes index 130805ef..47d0d3c2 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,3 +1,11 @@ # Auto detect text files and perform LF normalization * text=auto * text eol=lf + +# Binary files - treat as binary, no line ending conversion +*.png binary +*.jpg binary +*.jpeg binary +*.gif binary +*.ico binary +*.svg binary