-
-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy path.gitattributes
More file actions
43 lines (32 loc) · 678 Bytes
/
Copy path.gitattributes
File metadata and controls
43 lines (32 loc) · 678 Bytes
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
# SPDX-FileCopyrightText: 2021 Frans van Dorsselaer
#
# SPDX-License-Identifier: MIT
# default: normalize EOL
* text=auto
.gitattributes text
.gitignore text
.editorconfig text
.config text
.nojekyll text
*.license text
*.md text
*.txt text
*.json text
*.yml text
*.snk binary
*.slnx text
*.csproj text
*.cs text eol=crlf
*.props text
*.targets text
*.razor text
*.cshtml text
*.css text
*.pubxml text
*.ico binary
*.png binary
# These are part of the nuget package
LICENSE.txt text eol=crlf
README.md text eol=crlf
packages.lock.json text linguist-generated
CODEOWNERS text