forked from OrleansContrib/OrleansTestKit
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitattributes
120 lines (120 loc) · 2.79 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
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
* text=auto
*.7z binary
*.ai binary
*.bat text eol=crlf
*.bmp binary
*.class binary
*.cmd text eol=crlf
*.coffee text
*.cs text diff=csharp
*.csproj text
*.css text diff=css
*.csv text
*.dll binary
*.doc diff=astextplain
*.dockerignore text
*.docx diff=astextplain
*.dot diff=astextplain
*.env text
*.eot binary
*.eps binary
*.exe binary
*.gif binary
*.gz binary
*.htm text diff=html
*.html text diff=html
*.ico binary
*.ini text
*.jar binary
*.java text diff=java
*.jpg binary
*.jpeg binary
*.js text
*.json text
*.jsp text
*.jsx text
*.less text
*.m4a binary
*.m4v binary
*.md text
*.mid binary
*.midi binary
*.mov binary
*.mp3 binary
*.mp4 binary
*.mpeg binary
*.mpg binary
*.ogg binary
*.otf binary
*.pbxproj binary -merge=union
*.pdf binary
*.php text diff=php
*.pl text diff=perl
*.pm text diff=perl
*.png binary
*.psd binary
*.ps1 text
*.pxd text
*.py text diff=python
*.py3 text diff=python
*.pyc binary
*.pyd binary
*.pyo binary
*.pyw text diff=python
*.pywz binary
*.pyx text
*.pyz binary
*.rar binary
*.rb text diff=ruby
*.rtf diff=astextplain
*.sass text
*.scss text
*.sh text eol=lf
*.sln text
*.so binary
*.sql text
*.styl text
*.svg text
*.svgz binary
*.tar binary
*.tif binary
*.tiff binary
*.ts text
*.tsv text
*.tsx text
*.ttf binary
*.txt text
*.war binary
*.wav binary
*.wbmp binary
*.webm binary
*.webp binary
*.woff binary
*.woff2 binary
*.xhtml text diff=html
*.xml text
*.xz binary
*.yaml text
*.yml text
*.zip binary
.editorconfig text
.eslintrc text
.gitattributes text
.gitconfig text
.gitignore text
.htaccess text
.nvmrc text eol=lf
AUTHORS* text
CHANGELOG* text
CHANGES* text
CONTRIBUTING* text
COPYING* text
COPYRIGHT* text
Dockerfile text
INSTALL* text
LICENSE* text
Makefile text
makefile text
NEWS* text
README* text
TODO* text