/ site / .gitattributes
.gitattributes
 1  # Auto detect text files and perform LF normalization
 2  
 3  *        text=auto
 4  
 5  *.html   text diff=html
 6  *.css    text
 7  *.js     text
 8  *.sql    text
 9  *.php    text
10  *.md     text
11  *.txt    text
12  *.tpl    text diff=html
13  *.json   text
14  *.pdf	 diff=astextplain
15  *.h      text
16  *.sh     text
17  *.less   text
18  *.svg    text
19  *.yml    text
20  *.xml    text
21  Makefile text
22  Procfile text
23  *.c      text
24  *.cfg    text
25  *.coffee text
26  *.ini    text
27  
28  *.png    binary
29  *.jpg    binary
30  *.gif    binary
31  *.bmp    binary
32  *.bz2    binary
33  *.jar    binary
34  *.jpe    binary
35  *.tar.gz binary
36  *.zip    binary
37  
38  *.gitattributes text
39  *.gitignore text