-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitattributes
462 lines (347 loc) · 5.5 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
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
##
# Git attributes file.
#
# Git is aware of this config file's location.
#
# The generated portion of this file can be updated using:
#
# $ madrun update gitattributes
# or: $ madrun update dotfiles
#
# @note CUSTOM EDITS ONLY PLEASE!
# @note In the future this file will be updated automatically.
# @note Only `<custom:start.../custom:end>` will be preserved below.
##
##
# Generated data.
# <generated:start>
# Last generated May 4, 2024 6:54 AM UTC.
# Default
* text=auto eol=lf
# Text
*.txt text eol=lf
*.text text eol=lf
# Markdown
*.mdx text eol=lf
*.md text eol=lf
*.markdown text eol=lf
*.mdown text eol=lf
*.mdwn text eol=lf
*.mkd text eol=lf
*.mdtxt text eol=lf
*.mdtext text eol=lf
# Rich Text
*.rtx binary
*.rtf binary
# HTML
*.html text eol=lf
*.htm text eol=lf
*.shtml text eol=lf
*.shtm text eol=lf
*.xhtml text eol=lf
*.xhtm text eol=lf
# PDF
*.pdf binary
# PHP
*.php text eol=lf
*.phtml text eol=lf
*.phtm text eol=lf
*.phps text eol=lf
# ASP
*.asp text eol=lf
*.aspx text eol=lf
# Ruby
*.rb text eol=lf
# Python
*.py text eol=lf
# Perl
*.pl6 text eol=lf
*.perl6 text eol=lf
*.pl text eol=lf
*.plx text eol=lf
*.cgi text eol=lf
*.ppl text eol=lf
*.perl text eol=lf
# Shell
*.bash text eol=lf
*.zsh text eol=lf
*.sh text eol=lf
# C
*.c text eol=lf
*.cs text eol=lf
*.cpp text eol=lf
*.cc text eol=lf
*.o text eol=lf
*.h text eol=lf
# Docker
*.dockerfile text eol=lf
# JS Automation
*.jxa text eol=lf
# AppleScript
*.applescript text eol=lf
*.scpt binary
*.scptd binary
# Batch
*.bat text eol=lf
# JavaScript
*.wasm binary
*.js text eol=lf
*.mjs text eol=lf
*.cjs text eol=lf
*.jsx text eol=lf
*.mjsx text eol=lf
*.cjsx text eol=lf
# TypeScript
*.ts text eol=lf
*.mts text eol=lf
*.cts text eol=lf
*.tsx text eol=lf
*.mtsx text eol=lf
*.ctsx text eol=lf
# Style
*.css text eol=lf
*.scss text eol=lf
*.less text eol=lf
*.xsl text eol=lf
*.xslt text eol=lf
# Other Code
*.hta text eol=lf
*.htc text eol=lf
*.class binary
# EJS
*.ejs text eol=lf
# Liquid
*.liquid text eol=lf
# Other Template
*.tpl text eol=lf
# SQL
*.sql text eol=lf
*.sqlite text eol=lf
# Delimited
*.csv text eol=lf
*.tsv text eol=lf
# JSON
*.json text eol=lf
*.json5 text eol=lf
*.jsonld text eol=lf
# TOML
*.toml text eol=lf
# YAML
*.yaml text eol=lf
*.yml text eol=lf
# INI
*.ini text eol=lf
# Properties
*.env text eol=lf
*.props text eol=lf
*.properties text eol=lf
# Form
*.form text eol=lf
# Apache
*.conf text eol=lf
*.htaccess text eol=lf
*.htpasswd text eol=lf
# I18n
*.po text eol=lf
*.pot text eol=lf
*.mo binary
# XML
*.xml text eol=lf
*.xsd text eol=lf
*.dtd text eol=lf
# Calendar
*.ics text eol=lf
# Feed
*.atom text eol=lf
*.rdf text eol=lf
*.rss text eol=lf
*.rss2 text eol=lf
*.rss-http text eol=lf
# Log
*.log text eol=lf
# Other Data
*.asx binary
*.vtt text eol=lf
*.srt text eol=lf
*.dfxp text eol=lf
*.hex binary
# Other Config
*.babelrc text eol=lf
*.npmrc text eol=lf
*.yarnrc text eol=lf
*.inputrc text eol=lf
*.tsbuildinfo text eol=lf
*.editorconfig text eol=lf
*.shellcheckrc text eol=lf
*.browserslistrc text eol=lf
*.gitchange text eol=lf
*.gitconfig text eol=lf
*.gitattributes text eol=lf
*.gitignore text eol=lf
*.npmignore text eol=lf
*.dockerignore text eol=lf
*.vscodeignore text eol=lf
*.prettierignore text eol=lf
*.eslintignore text eol=lf
# Image
*.ai binary
*.bmp binary
*.eps binary
*.gif binary
*.heic binary
*.ico binary
*.jpg binary
*.jpeg binary
*.jpe binary
*.pict binary
*.png binary
*.apng binary
*.xcf binary
*.psd binary
*.pspimage binary
*.svg text eol=lf
*.svgz binary
*.tiff binary
*.tif binary
*.webp binary
# Audio
*.aac binary
*.flac binary
*.mid binary
*.midi binary
*.mka binary
*.mp3 binary
*.m4a binary
*.m4b binary
*.ogg binary
*.oga binary
*.pls binary
*.ra binary
*.ram binary
*.wav binary
*.wax binary
*.wma binary
# Video
*.asf binary
*.avi binary
*.divx binary
*.flv binary
*.mkv binary
*.mov binary
*.qt binary
*.mp4 binary
*.m4v binary
*.mpeg binary
*.mpg binary
*.mpe binary
*.ogv binary
*.webm binary
*.wm binary
*.wmv binary
*.wmx binary
# Font
*.otf binary
*.ttf binary
*.woff binary
*.woff2 binary
*.eot binary
# Archive
*.iso binary
*.dmg binary
*.tar binary
*.gtar binary
*.gz binary
*.tgz binary
*.gzip binary
*.rar binary
*.zip binary
*.7z binary
*.jar binary
*.node binary
*.phar binary
# Certificate
*.csr text eol=lf
*.crt text eol=lf
*.pem text eol=lf
*.asc text eol=lf
# Other Application
*.so binary
*.app binary
*.bin binary
*.com binary
*.dll binary
*.exe binary
*.blend binary
*.sketch binary
# Google
*.kml text eol=lf
*.kmz binary
# Adobe
*.ps binary
*.fla binary
*.swf binary
# Apple
*.key binary
*.numbers binary
*.pages binary
# MS Office
*.doc binary
*.docm binary
*.docx binary
*.dotm binary
*.dotx binary
*.mdb binary
*.mpp binary
*.one binary
*.onetoc binary
*.onetoc2 binary
*.onepkg binary
*.oxps binary
*.ppt binary
*.pps binary
*.potm binary
*.potx binary
*.ppam binary
*.ppsm binary
*.ppsx binary
*.pptm binary
*.pptx binary
*.sldm binary
*.sldx binary
*.wri binary
*.xla binary
*.xls binary
*.xlt binary
*.xlw binary
*.xlam binary
*.xlsb binary
*.xlsm binary
*.xlsx binary
*.xltm binary
*.xltx binary
*.xps binary
# OpenOffice
*.odb binary
*.odc binary
*.odf binary
*.odg binary
*.odp binary
*.ods binary
*.odt binary
# WordPerfect
*.wpd binary
*.wp binary
# Special Cases
*.env.* text eol=lf
CODEOWNERS text eol=lf
/src/cargo/_headers text eol=lf
/src/cargo/_redirects text eol=lf
##
# LFS storage rules.
##
lfs/** filter=lfs diff=lfs merge=lfs -text
# </generated:end>
##
# Customizations.
# <custom:start>
# </custom:end>