/ .gitattributes
.gitattributes
1  * text=auto
2  *.sh text eol=lf
3  *.bat text eol=crlf
4  *.ps1 text eol=crlf
5  
6  *.jpg binary
7  *.png binary
8  *.svg binary