-
Notifications
You must be signed in to change notification settings - Fork 63
/
.gitattributes
42 lines (40 loc) · 953 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
# Set the default behavior, in case people don't have core.autocrlf set.
* text=auto
# Declare files that will always have CRLF line endings on checkout.
*.appmanifest text eol=crlf
*.config text eol=crlf
*.controls text eol=crlf
*.cs text eol=crlf
*.csproj text eol=crlf
*.css text eol=crlf
*.js text eol=crlf
*.json text eol=crlf
*.jsproj text eol=crlf
*.manifest text eol=crlf
*.md text eol=crlf
*.nuspec text eol=crlf
*.orderedtest text eol=crlf
*.ps1 text eol=crlf
*.psd1 text eol=crlf
*.psm1 text eol=crlf
*.resjson text eol=crlf
*.resx text eol=crlf
*.rtf text eol=crlf
*.runsettings text eol=crlf
*.settings text eol=crlf
*.sln text eol=crlf
*.txt text eol=crlf
*.uitest text eol=crlf
*.wixproj text eol=crlf
*.wxs text eol=crlf
*.xaml text eol=crlf
*.xml text eol=crlf
# Denote all files that are truly binary and should not be modified.
*.dll binary
*.ico binary
*.jpg binary
*.msi binary
*.png binary
*.snk binary
*.ttf binary
*.wav binary