-
Notifications
You must be signed in to change notification settings - Fork 361
Expand file tree
/
Copy path.gitattributes
More file actions
51 lines (47 loc) · 850 Bytes
/
.gitattributes
File metadata and controls
51 lines (47 loc) · 850 Bytes
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
# file extensions to fail to load in VS. An alternative would be to treat
* text
*.bmp binary
*.dll binary
*.gif binary
*.jpg binary
*.png binary
*.snk binary
*.snk.enc binary
*.zip binary
*.exe binary
*.tgz binary
*.ascx text
*.cd text
*.cmd text
*.coffee text
*.config text
*.cs text diff=csharp
*.csproj text merge=union
*.cshtml text
*.css text
*.dtd text
*.edmx text
*.htm text
*.html text
*.js text
*.json text
*.msbuild text
*.nuspec text
*.resx text
*.ruleset text
*.StyleCop text
*.targets text
*.tt text
*.txt text
*.vb text
*.vbhtml text
*.vbproj text merge=union
*.vbs text
*.wsf text
*.xml text
*.xunit text
*.sln text eol=crlf merge=union
*.verified.txt text eol=lf working-tree-encoding=UTF-8
*.verified.xml text eol=lf working-tree-encoding=UTF-8
*.verified.json text eol=lf working-tree-encoding=UTF-8
*.verified.bin binary