/ .gitattributes
.gitattributes
 1  # Normalize line endings to LF in the repository.
 2  # On checkout, files remain LF on all platforms (overrides core.autocrlf).
 3  
 4  * text=auto eol=lf
 5  
 6  # Explicitly binary — never touch line endings
 7  *.png binary
 8  *.jpg binary
 9  *.jfif binary
10  *.ico binary
11  *.woff binary
12  *.woff2 binary
13  *.ttf binary
14  *.eot binary