-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.gitattributes
80 lines (77 loc) · 1.56 KB
/
.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
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
###############################################################################
# Set default behavior to automatically normalize line endings.
###############################################################################
* text=auto
*.bmp binary
*.dll binary
*.gif binary
*.jpg binary
*.png binary
*.ico binary
*.snk binary
*.exe binary
*.dll binary
*.pdb binary
*.xlsm binary
*.xlsx binary
*.xls binary
*.dox binary
*.doc binary
*.docx binary
*.pdf binary
*.obj binary
*.exp binary
*.iobj binary
*.ipdb binary
*.lib binary
*.jar binary
*.zip binary
*.pch binary
*.res binary
*.tlog binary
*.db binary
*.cache binary
*.ascx text eol=crlf
*.cd text eol=crlf
*.cmd text eol=crlf
*.coffee text eol=crlf
*.config text eol=crlf
*.cs text eol=crlf diff=csharp
*.csproj text eol=crlf merge=union
*.cshtml text eol=crlf
*.css text eol=crlf
*.dtd text eol=crlf
*.edmx text eol=crlf
*.htm text eol=crlf
*.html text eol=crlf
*.js text eol=crlf
*.json text eol=crlf
*.msbuild text eol=crlf
*.nuspec text eol=crlf
*.resx text eol=crlf
*.ruleset text eol=crlf
*.StyleCop text eol=crlf
*.targets text=auto
*.tt text=auto
*.txt text eol=crlf
*.vb text eol=crlf
*.vbhtml text eol=crlf
*.vbproj text eol=crlf merge=union
*.vbs text eol=crlf
*.wsf text eol=crlf
*.xml text eol=crlf
*.xunit text eol=crlf
*.sln text eol=crlf merge=union
*.cpp text eol=crlf
*.c text eol=crlf
*.h text eol=crlf
*.mc text eol=crlf
*.def text eol=crlf
*.rc text eol=crlf
*.rc2 text eol=crlf
*.vcxproj text eol=crlf
*.manifest text eol=crlf
*.shfbproj text eol=crlf
*.rdl text eol=crlf
*.rds text eol=crlf
*.rptproj text eol=crlf