Skip to content

Commit 116a813

Browse files
committed
Update .gitattributes
1 parent e29b3a2 commit 116a813

File tree

1 file changed

+49
-3
lines changed

1 file changed

+49
-3
lines changed

.gitattributes

+49-3
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,49 @@
1-
* text=auto
2-
*.sh eol=lf
3-
*.bin binary
1+
###############################################################################
2+
# Set default behavior to:
3+
# automatically normalize line endings on check-in, and
4+
# convert to Windows-style line endings on check-out
5+
###############################################################################
6+
* text=auto encoding=UTF-8
7+
*.sh text eol=lf
8+
9+
###############################################################################
10+
# Set file behavior to:
11+
# treat as text, and
12+
# diff as C# source code
13+
###############################################################################
14+
*.cs text diff=csharp
15+
16+
###############################################################################
17+
# Set file behavior to:
18+
# treat as text
19+
###############################################################################
20+
*.cmd text
21+
*.config text
22+
*.csproj text
23+
*.groovy text
24+
*.json text
25+
*.md text
26+
*.nuspec text
27+
*.pkgdef text
28+
*.proj text
29+
*.projitems text
30+
*.props text
31+
*.ps1 text
32+
*.resx text
33+
*.ruleset text
34+
*.shproj text
35+
*.sln text
36+
*.targets text
37+
*.vb text
38+
*.vbproj text
39+
*.vcxproj text
40+
*.vcxproj.filters text
41+
*.vsct text
42+
*.vsixmanifest text
43+
44+
###############################################################################
45+
# Set file behavior to:
46+
# treat as binary
47+
###############################################################################
48+
*.png binary
49+
*.snk binary

0 commit comments

Comments
 (0)