-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitattributes
More file actions
38 lines (33 loc) · 740 Bytes
/
.gitattributes
File metadata and controls
38 lines (33 loc) · 740 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
# Auto detect text files and perform LF normalization
* text=auto
*.cs text diff=csharp
*.asax text
*.html text diff=html
*.handlebars text
*.cshtml text
*.css text
*.js text diff=javascript
*.ruleset text
*.config text
*.cscfg text
*.csdef text
*.resx text
*.targets text
*.bat text
*.ps1 text
*.txt text
*.md text
*.xml text
*.csproj text
*.ccproj text
*.dbproj text
*.sln text eol=crlf
# Images should be treated as binary
# (binary is a macro for -text -diff)
*.png binary
*.gif binary
*.ico binary
*.jpeg binary
*.jpg binary
*.dll binary
*.exe binary