-
Notifications
You must be signed in to change notification settings - Fork 674
/
.gitattributes
75 lines (68 loc) · 1.3 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
# Custom for Visual Studio
*.ascx text
*.cmd text
*.ps1 text
*.psm1 text
*.coffee text
*.config text
*.cs text diff=csharp
*.csproj text merge=union
*.css text
*.cshtml text
*.htm text
*.html text
*.js text
*.msbuild text
*.resx text merge=union
*.ruleset text
*.Stylecop text
*.targets text
*.tt text
*.txt text
*.vb text
*.vbhtml text
*.vbproj text merge=union
*.xml text
*.xunit text
*.sln text eol=crlf merge=union
*.settings text
# STANDARD TO MSYSGIT
*.DOC DIFF=ASTEXTPLAIN
*.DOC DIFF=ASTEXTPLAIN
*.DOCX DIFF=ASTEXTPLAIN
*.DOCX DIFF=ASTEXTPLAIN
*.XLS binary
*.XLS binary
*.XLSX binary
*.XLSX binary
*.PPT binary
*.PPTX binary
*.DOT DIFF=ASTEXTPLAIN
*.DOT DIFF=ASTEXTPLAIN
*.PDF DIFF=ASTEXTPLAIN
*.PDF DIFF=ASTEXTPLAIN
*.RTF DIFF=ASTEXTPLAIN
*.RTF DIFF=ASTEXTPLAIN
*.JPG BINARY
*.PNG BINARY
*.GIF BINARY
*.ICO BINARY
*.BMP BINARY
*.MDF BINARY
*.LDF BINARY
*.MAFF BINARY
# EOL = lf
*.HTM eol=lf merge=union
*.HTML eol=lf merge=union
*.MD eol=lf merge=union
# T-SQL files
*.sql eol=crlf merge=union
/*.sql diff
*.sql diff
# linguist overrides
*.cs linguist-language=C#
*.ps1 linguist-language=Powershell
*.psd1 linguist-language=Powershell
*.psm1 linguist-language=Powershell
*.R linguist-language=R
*.sql linguist-language=TSQL