forked from Sitecore/Habitat
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitattributes
52 lines (46 loc) · 892 Bytes
/
.gitattributes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
*.cs text=auto diff=csharp
*.html text=auto
*.htm text=auto
*.css text=auto
*.scss text=auto
*.sass text=auto
*.less text=auto
*.js text=auto
*.sql text=auto
*.csproj text=auto merge=union
*.sln text=auto eol=crlf merge=union
*.item -text
# Disable conversion for all content
* -text
# Binary files that should not be normalized or diffed
*.png binary
*.jpg binary
*.jpeg binary
*.gif binary
*.bmp binary
*.ico binary
*.pdf binary
*.docx binary
*.doc binary
*.pptx binary
*.xlsx binary
*.vsd binary
*.chm binary
*.chw binary
*.xmind binary
*.xap binary
*.nupkg binary
*.pfx binary
*.snk binary
*.dll binary
*.exe binary
*.lib binary
*.exp binary
*.pdb binary
*.sdf binary
*.7z binary
*.zip binary
*.mdf binary
*.ldf binary
*.cab binary
*.mp3 binary