forked from mkaring/ConfuserEx
-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy path.gitattributes
More file actions
45 lines (42 loc) · 939 Bytes
/
Copy path.gitattributes
File metadata and controls
45 lines (42 loc) · 939 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
40
41
42
43
44
45
# Set default behavior, in case users don't have core.autocrlf set.
* text=auto
# Explicitly declare text files we want to always be normalized and converted
# to native line endings on checkout.
*.config text
*.cs text diff=csharp
*.manifest text
*.md text
*.resx text
*.txt text
*.xml text
*.xaml text
*.yml text
*.yaml text
*.json text
*.props text
*.targets text
# Declare files that will always have CRLF line endings on checkout.
*.csproj text eol=crlf
*.dbproj text eol=crlf
*.fsproj text eol=crlf
*.inf text eol=crlf
*.lsproj text eol=crlf
*.modelproj text eol=crlf
*.sln text eol=crlf
*.sqlproj text eol=crlf
*.vbproj text eol=crlf
*.vcproj text eol=crlf
*.vcxproj text eol=crlf
*.wixproj text eol=crlf
*.wmaproj text eol=crlf
# Denote all files that are truly binary and should not be modified.
*.apk binary
*.dll binary
*.exe binary
*.ico binary
*.jpeg binary
*.jpg binary
*.otf binary
*.pdf binary
*.png binary
*.snk binary