-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitattributes
79 lines (72 loc) · 1.54 KB
/
.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
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
# By default text files use native line endings for the platform
* text=auto
# Visual Studio solution and project files
*.sln text
*.csproj text
*.fsproj text
*.rptproj text
*.sqlproj text
*.wixproj text
# Source files
*.cmd text
*.config text
*.cs text
*.datasource text
*.disco text
*.edmx text
*.fs text
*.html text
*.manifest text
*.md text
*.nuspec text
*.ps1 text
*.psess text
*.rdl text
*.rds text
*.resx text
*.settings text
*.sql text
*.svc text
*.svcmap text
*.targets text
*.tt text
*.ttinclude text
*.t4 text
*.txt text
*.wdsl text
*.xaml text
*.xml text
*.XML text
*.xsd text
# Images
*.bmp binary
*.gif binary
*.ico binary
*.jpg binary
*.png binary
# Binaries
*.dll binary
*.eap binary
*.exe binary
*.msi binary
*.nuget binary
*.pdb binary
*.snk binary
*.zip binary
# Other files, probably binary
*.data binary
*.dacpac binary
*.map binary
*.tbx binary
*.mpkx binary
*.aprx binary
# Common document formats
*.csv text eol=crlf
*.doc binary
*.docx binary
*.pdf binary
*.rtf text eol=crlf
*.svg text eol=lf
# *nix shell scripts or files used in scripts always use LF (see .editorconfig)
*.sh text eol=lf
CHANGELOG.md text eol=lf