forked from justeat/NLog.StructuredLogging.Json
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitattributes
48 lines (44 loc) · 888 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
# Set default behaviour, in case users don't have core.autocrlf set.
* text eol=crlf
# Explicitly declare text files we want to always be normalized and converted
# to native line endings on checkout.
*.cs text
*.cshtml text
*.csproj text
*.dotsettings text
*.erb text
*.feature text
*.fxcop text
*.html text
*.js text
*.json text
*.kproj text
*.markdown text
*.md text
*.ncrunchproject text
*.ncrunchsolution text
*.ndepend text
*.ndproj text
*.rake text
*.razor text
*.rb text
*.sublime-project text
*.targets text
*.txt text
*.xml text
*.xss text
*.xslt text
*.xsd text
*.yaml text
*.yml text
# Declare files that will always have CRLF line endings on checkout.
*.sln text eol=crlf
*.DotSettings text eol=crlf
*.lock text eol=lf
*.sh text eol=lf
# Denote all files that are truly binary and should not be modified.
*.exe binary
*.gif binary
*.jpeg binary
*.jpg binary
*.png binary