This repository has been archived by the owner on Dec 18, 2022. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 255
/
.gitattributes
199 lines (199 loc) · 6.36 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
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
* text=auto
*.*ignore text
*.*rc text
*.3gp binary
*.3gpp binary
*.7z binary
*.a binary
*.adoc text
*.ai binary
*.app binary
*.as binary
*.asf binary
*.asx binary
*.bash text eol=lf
*.bat text eol=crlf
*.bibtex text diff=bibtex
*.bmp binary
*.c text diff=c
*.c++ text diff=cpp
*.cc text diff=cpp
*.cmd text eol=crlf
*.cnf text
*.coffee text
*.conf text
*.config text
*.cpp text diff=cpp
*.csproj text eol=crlf
*.css text
*.csv text
*.cxx text diff=cpp
*.db binary
*.dbproj text eol=crlf
*.dll binary
*.doc diff=astextplain
*.docx diff=astextplain
*.dot text diff=astextplain
*.dylib binary
*.ejs text
*.eot binary
*.eps binary
*.exe binary
*.filters text eol=crlf
*.fish text eol=lf
*.fla binary
*.flv binary
*.fsproj text eol=crlf
*.gch binary
*.gif binary
*.gifv binary
*.gz binary
*.h text diff=c
*.h++ text diff=cpp
*.haml text
*.handlebars text
*.hbs text
*.hbt text
*.hh text diff=cpp
*.hpp text diff=cpp
*.htm text diff=html
*.html text diff=html
*.ico binary
*.inc text
*.ini text
*.ipynb text
*.jade text
*.jar binary
*.jng binary
*.jp2 binary
*.jpeg binary
*.jpg binary
*.jpx binary
*.js text
*.json text
*.jsx text
*.jxr binary
*.kar binary
*.la binary
*.lai binary
*.latte text
*.less text
*.lib binary
*.lo binary
*.lock text -diff
*.ls text
*.lsproj text eol=crlf
*.m4a binary
*.m4v binary
*.map text -diff
*.markdown text
*.md text
*.mdown text
*.mdtext text
*.mdtxt text
*.mdwn text
*.mid binary
*.midi binary
*.mkd text
*.mkdn text
*.mng binary
*.modelproj text eol=crlf
*.mov binary
*.mp3 binary
*.mp4 binary
*.mpeg binary
*.mpg binary
*.mustache text
*.njk text
*.o binary
*.obj binary
*.od text
*.ogg binary
*.ogv binary
*.onlydata text
*.otf binary
*.out binary
*.p binary
*.patch -text
*.pch binary
*.pdf binary diff=astextplain
*.php text diff=php
*.phtml text
*.pickle binary
*.pkl binary
*.pl text diff=perl
*.pm text diff=perl
*.png binary
*.props text eol=crlf
*.ps1 text eol=crlf
*.psb binary
*.psd binary
*.pxd text diff=python
*.py text diff=python
*.py3 text diff=python
*.pyc binary
*.pyc binary
*.pyd binary
*.pyo binary
*.pyw text diff=python
*.pyx text diff=python
*.pyz text diff=python
*.ra binary
*.rar binary
*.rb text diff=ruby
*.rtf diff=astextplain
*.sass text
*.scm text
*.scss text diff=css
*.sh text eol=lf
*.sln text eol=crlf
*.slo binary
*.so binary
*.sql text
*.sqlproj text eol=crlf
*.styl text
*.svg text
*.svgz binary
*.swc binary
*.swf binary
*.tab text
*.tag text
*.tar binary
*.tex text diff=tex
*.textile text
*.tgz binary
*.tif binary
*.tiff binary
*.tmpl text
*.toml text
*.tpl text
*.ts text
*.tsv text
*.tsx text
*.ttf binary
*.twig text
*.txt text
*.vbproj text eol=crlf
*.vcproj text eol=crlf
*.vcxitems text eol=crlf
*.vcxproj text eol=crlf
*.vue text
*.wbmp binary
*.webm binary
*.webp binary
*.wixproj text eol=crlf
*.wmaproj text eol=crlf
*.woff binary
*.woff2 binary
*.xhtml text diff=html
*.xml text
*.xproj text eol=crlf
*.yaml text
*.yml text
*.zip binary
.editorconfig text
.env text
.gitattributes text export-ignore
.gitconfig text export-ignore
.htaccess text
package-lock.json text -diff