-
Notifications
You must be signed in to change notification settings - Fork 139
/
.gitattributes
69 lines (63 loc) · 1.19 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
* text=lf
*.cs text eol=lf diff=csharp
*.vb text eol=lf
*.resx text eol=lf
*.c text eol=lf diff=cpp
*.cpp text eol=lf diff=cpp
*.cxx text eol=lf diff=cpp
*.h text eol=lf diff=cpp
*.hxx text eol=lf diff=cpp
*.hpp text eol=lf diff=cpp
*.py text eol=lf
*.rb text eol=lf
*.java text eol=lf
*.html text eol=lf diff=html
*.htm text eol=lf diff=html
*.css text eol=lf
*.scss text eol=lf
*.sass text eol=lf
*.less text eol=lf
*.js text eol=lf
*.json text eol=lf
*.lisp text eol=lf
*.clj text eol=lf
*.sql text eol=lf
*.php text eol=lf
*.lua text eol=lf
*.m text eol=lf
*.asm text eol=lf
*.erl text eol=lf
*.fs text eol=lf
*.fsx text eol=lf
*.hs text eol=lf
*.yml text eol=lf
*.rs text eol=lf
*.sh text eol=lf
*.toml text eol=lf
*.md text eol=lf
*.pem text eol=lf
*.xml text eol=lf
*.svg -text
*.config text eol=lf
Dockerfile text eol=lf
*.csproj text eol=crlf
*.xproj text eol=crlf
*.vbproj text eol=crlf
*.fsproj text eol=crlf
*.dbproj text eol=crlf
*.nuspec text eol=crlf
*.props text eol=crlf
*.sln text eol=crlf
*.txt text eol=crlf
*.bat text eol=crlf
*.png binary
*.jpg binary
*.jpeg binary
*.pdf binary
*.bmp binary
*.ppm binary
*.gif binary
*.tif binary
*.tiff binary
.gitattributes text eol=lf
.gitignore text eol=lf