-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitattributes
More file actions
33 lines (30 loc) · 767 Bytes
/
Copy path.gitattributes
File metadata and controls
33 lines (30 loc) · 767 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
# Normalize line endings: treat everything as text and check out with LF.
* text=auto eol=lf
# Source and config files (LF)
*.cs text eol=lf diff=csharp
*.csproj text eol=lf
*.sln text eol=crlf
*.props text eol=lf
*.targets text eol=lf
*.config text eol=lf
*.json text eol=lf
*.yml text eol=lf
*.yaml text eol=lf
*.md text eol=lf
*.editorconfig text eol=lf
*.sh text eol=lf
# Windows-specific scripts (CRLF)
*.cmd text eol=crlf
*.bat text eol=crlf
*.ps1 text eol=crlf
# Binary files (never normalize)
*.png binary
*.jpg binary
*.jpeg binary
*.gif binary
*.ico binary
*.snk binary
*.pfx binary
*.dll binary
*.exe binary
*.nupkg binary