forked from NuGet/NuGet.Client
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitattributes
70 lines (64 loc) · 1.18 KB
/
.gitattributes
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
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
# Auto detect text files and perform LF normalization
* text=auto
.gitattributes text
.gitignore text
project.json text
*.doc diff=astextplain
*.DOC diff=astextplain
*.docx diff=astextplain
*.DOCX diff=astextplain
*.dot diff=astextplain
*.DOT diff=astextplain
*.pdf diff=astextplain
*.PDF diff=astextplain
*.rtf diff=astextplain
*.RTF diff=astextplain
*.asm text
*.c text
*.config text
*.cpp text
*.clj text
*.cs text diff=csharp
*.css text
*.cxx text
*.erl text
*.fs text
*.fsx text
*.h text
*.hs text
*.htm text diff=html
*.html text diff=html
*.hxx text
*.java text
*.js text
*.json text
*.less text
*.lisp text
*.lua text
*.m text
*.md text
*.php text
*.ps1 text
*.py text
*.rb text
*.resx text
*.sass text
*.scss text
*.sql text
*.vb text
# Visual Studio artifacts
*.csproj text eol=crlf
*.dbproj text eol=crlf
*.filters text eol=crlf
*.fsproj text eol=crlf
*.props text eol=crlf
*.sln text eol=crlf
*.targets text eol=crlf
*.vbproj text eol=crlf
*.vcxitems text eol=crlf
*.vcxproj text eol=crlf
# Denote all files that are truly binary and should not be modified.
*.jpg binary
*.png binary
*.gif binary
*.zip binary