diff --git a/.gitattributes b/.gitattributes index fcadb2c..5ab5147 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1 +1,7 @@ -* text eol=lf +# Automatically perform line feed (LF) normalization for files detected as text and leave all files detected as binary +# untouched. +* text=auto + +*.ai binary +*.png binary +*.gif binary