-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitattributes
More file actions
39 lines (35 loc) · 825 Bytes
/
Copy path.gitattributes
File metadata and controls
39 lines (35 loc) · 825 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
# Default: normalize all text to LF in repo, native line endings in working tree
* text=auto eol=lf
# Source files
*.cs text diff=csharp
*.csproj text eol=lf
*.props text eol=lf
*.targets text eol=lf
*.slnx text eol=lf
*.sln text eol=crlf
*.json text eol=lf
*.md text eol=lf
*.yml text eol=lf
*.yaml text eol=lf
*.editorconfig text eol=lf
# Shell / scripts
*.sh text eol=lf
*.cmd text eol=crlf
*.bat text eol=crlf
*.ps1 text eol=crlf
# Native binaries
*.dll binary
*.so binary
*.dylib binary
*.pdb binary
*.snk binary
*.pfx binary
*.nupkg binary
*.snupkg binary
*.png binary
*.jpg binary
*.jpeg binary
*.gif binary
*.ico binary
# Linguist hints
runtimes/** linguist-vendored