-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy path.gitattributes
52 lines (49 loc) · 937 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
# Set default behaviour, in case users don't have core.autocrlf set.
* text=auto
# Explicitly declare text files we want to always be normalized and converted
# to native line endings on checkout.
*.c text
*.h text
a text
*.ascx text
*.cd text
*.cmd text
*.coffee text
*.config text
*.cs text diff=csharp
*.cshtml text
*.css text
*.dtd text
*.edmx text
*.hsp 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
*.vbs text
*.wsf text
*.xml text
*.xunit text
# Declare files that will always have CRLF line endings on checkout.
*.sln text eol=crlf merge=union
*.csproj text eol=crlf merge=union
*.vbproj text eol=crlf merge=union
# Denote all files that are truly binary and should not be modified.
*.png binary
*.jpg binary
*.bmp binary
*.dll binary
*.gif binary
*.jpg binary
*.png binary
*.snk binary