-
-
Notifications
You must be signed in to change notification settings - Fork 19
Expand file tree
/
Copy path.gitattributes
More file actions
31 lines (28 loc) · 653 Bytes
/
.gitattributes
File metadata and controls
31 lines (28 loc) · 653 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
# Set the default behavior, in case people don't have core.autocrlf set
* text=auto
# Explicitly declare files that should always be normalized and converted to native line endings on checkout
*.sln text
*.csproj text
*.cs text
*.cshtml text
*.js text
*.css text
*.config text
*.resx text
*.xaml text
*.settings text
*.sql text
*.md text
# Explicitly declare files that should always be converted to LF regardless of platform
*.dotsettings text eol=lf
# Explicitly declare files that should to be handled as binaries
*.jpg binary
*.jpeg binary
*.gif binary
*.png binary
*.exe binary
*.dll binary
*.nupkg binary
*.ttf binary
*.eof binary
*.eot binary