-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.gitattributes
312 lines (311 loc) · 8.15 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
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
# Default behavior: if a file is auto-detected as text, convert CRLF to LF.
* text=auto eol=lf
# Text files: convert EOLs to the specified or a platform-specific format.
# Binary files: don't even try to auto-detect them as text files.
# See also https://github.com/alexkaratarakis/gitattributes
*.*ignore text
*.*rc text
*.3gp binary
*.3gpp binary
*.7z binary
*.a binary
*.aar binary
*.adoc text
*.adts binary
*.ahk text eol=crlf
*.ai binary
*.aiff binary
*.apk binary
*.app binary
*.as binary
*.asf binary
*.asm text
*.asx binary
*.avi binary
*.bash text eol=lf
*.bat text eol=crlf
*.bibtex text diff=bibtex
*.bin binary
*.bmp binary
*.c text diff=c
*.c++ text diff=cpp
*.cc text diff=cpp
*.cfg text
*.class binary
*.cmd text eol=crlf
*.cnf text
*.coffee text
*.conf text
*.config text
*.cpp text diff=cpp
*.crx binary
*.cs text eol=crlf diff=csharp
*.csproj text eol=crlf
*.css text diff=css
*.csv text
*.cxx text diff=cpp
*.dat binary
*.db binary
*.dbproj text eol=crlf
*.decTest text
*.def text
*.desktop text
*.df text
*.dic text
*.diff text
*.dll binary
*.dmp binary
*.doc binary
*.dot text
*.dylib binary
*.ear binary
*.ejs text
*.eot binary
*.eps binary
*.ex diff=elixir
*.exe binary
*.exs diff=elixir
*.f text diff=fortran
*.f03 text diff=fortran
*.f90 text diff=fortran
*.f95 text diff=fortran
*.filters text eol=crlf
*.fish text eol=lf
*.fla binary
*.flac binary
*.flv binary
*.for text diff=fortran
*.fsproj text eol=crlf
*.gch binary
*.gif binary
*.gifv binary
*.gitattributes text
*.gitignore text
*.gn text
*.go -text diff=golang
*.gradle text diff=java
*.gradle.kts text diff=java
*.gyp text
*.gypi text
*.gz binary
*.h text diff=c
*.h++ text diff=cpp
*.h261 binary
*.h263 binary
*.h264 binary
*.haml text
*.handlebars text
*.hbs text
*.hbt text
*.hh text diff=cpp
*.hpp text diff=cpp
*.htm text diff=html
*.html text diff=html
*.icns binary
*.ico binary
*.inc text
*.inf text eol=crlf
*.ini text
*.ipynb text
*.jade text
*.jar binary
*.java text diff=java
*.jks binary
*.jng binary
*.jp2 binary
*.jpeg binary
*.jpg binary
*.jpx binary
*.js text
*.json text
*.jsp text
*.jspf text
*.jspx text
*.jsx text
*.jxr binary
*.kar binary
*.l text
*.la binary
*.lai binary
*.latte text
*.less text
*.lib binary
*.lo binary
*.lock text -diff
*.ls text
*.lsproj text eol=crlf
*.lua text
*.m text diff=objc
*.m4a binary
*.m4b binary
*.m4v binary
*.map text -diff
*.markdown text
*.md text
*.md5 binary
*.mdown text
*.mdtext text
*.mdtxt text
*.mdwn text
*.mht text eol=crlf
*.mid binary
*.midi binary
*.mkd text
*.mkdn text
*.mm text
*.mng binary
*.modelproj text eol=crlf
*.mov binary
*.mp3 binary
*.mp4 binary
*.mpeg binary
*.mpg binary
*.mrf binary
*.mustache text
*.nexe binary
*.njk text
*.o binary
*.obj binary
*.od text
*.odt binary
*.ogg binary
*.ogv binary
*.onlydata text
*.otf binary
*.out binary
*.p binary
*.packlist text
*.patch -text
*.pbxproj binary -merge=union
*.pch binary
*.pdb binary
*.pdf binary
*.pem text
*.php text diff=php
*.phtml text
*.pickle binary
*.pkl binary
*.pkpass binary
*.pl text diff=perl
*.pm text diff=perl
*.png binary
*.po text
*.pod text
*.ppt binary
*.properties text
*.props text eol=crlf
*.ps1 text eol=crlf
*.psb binary
*.psd binary
*.pxd text diff=python
*.py text eol=lf diff=python
*.py3 text eol=lf diff=python
*.pyc binary
*.pyd binary
*.pyi text diff=python
*.pyo binary
*.pyw text diff=python
*.pyx text diff=python
*.pyz text diff=python
*.ra binary
*.rar binary
*.raw binary
*.rb text diff=ruby
*.rc text
*.release text
*.response binary
*.resx text
*.rm binary
*.sass text
*.scm text
*.scss text diff=css
*.sh text eol=lf
*.sln text eol=crlf
*.slo binary
*.so binary
*.sql text
*.sqlite binary
*.sqlproj text eol=crlf
*.styl text
*.svg text
*.svgz binary
*.swc binary
*.swf binary
*.swift text diff=swift
*.sys binary
*.tab text
*.tac text
*.tag text
*.tagx text
*.tar binary
*.tex text diff=tex
*.textile text
*.tgz binary
*.tif binary
*.tiff binary
*.tld text
*.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
*.vim text eol=lf
*.vp8 binary
*.vp9 binary
*.vsprops text eol=crlf
*.vue text
*.war binary
*.wav binary
*.wbmp binary
*.webm binary
*.webp binary
*.wixproj text eol=crlf
*.woff binary
*.woff2 binary
*.wpr binary
*.wwaproj text eol=crlf
*.xcf binary
*.xhtml text diff=html
*.xib text
*.xml text
*.xproj text eol=crlf
*.xz binary
*.yaml text
*.yml text
*.yuv binary
*.zip binary
*LICENSE text
*LICENSE.* text
*README text
*README.* text
.editorconfig text
.env text
.gitattributes export-ignore
.gitignore export-ignore
.gitkeep export-ignore
.gvimrc text eol=lf
.htaccess text
.vimrc text eol=lf
AUTHORS text
browserslist text
CHANGELOG text
CHANGES text
CONTRIBUTING text
COPYING text
COPYRIGHT text
Dockerfile text
INSTALL text
license text
Makefile text
NEWS text
package-lock.json text -diff
Procfile text
TODO text