-
-
Notifications
You must be signed in to change notification settings - Fork 23
Expand file tree
/
Copy path.gitattributes
More file actions
26 lines (23 loc) · 679 Bytes
/
.gitattributes
File metadata and controls
26 lines (23 loc) · 679 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
# For detailed discussion of line-endings and .gitattributes see
# http://stackoverflow.com/questions/170961/whats-the-best-crlf-handling-strategy-with-git
# Set default behaviour, in case users don't have core.autocrlf set.
* text=auto
# Text files that should be normalized (convert crlf => lf)
.gitignore text
.gitattr* text
*.config text
*.cs text diff=csharp
*.csproj text
*.DotSettings text
*.md text
*.sln text
*.txt text
# Binary files (left alone)
*.bmp binary
*.dll binary
*.exe binary
*.gif binary
*.ico binary
*.jpg binary
*.png binary
*.snk binary