Skip to content

Commit 856db32

Browse files
committed
20230312A
1 parent 516e32a commit 856db32

File tree

5 files changed

+259
-108
lines changed

5 files changed

+259
-108
lines changed

.gitattributes

Lines changed: 32 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,7 @@
8686
*.cdf binary
8787
*.cdr binary
8888
*.cdx binary
89+
*.cdxml text eol=crlf
8990
*.cfg text
9091
*.cginc text
9192
*.cgm binary
@@ -157,6 +158,8 @@
157158
*.engine text diff=php eol=lf
158159
*.eot binary
159160
*.eps binary
161+
*.epub text diff=astextplain
162+
*.erb text
160163
*.eva binary
161164
*.ex text diff=elixir
162165
*.exe binary
@@ -308,6 +311,7 @@
308311
*.mat text eol=lf
309312
*.max binary
310313
*.mb binary
314+
*.mcf text eol=crlf
311315
*.mcfunction text
312316
*.mcmeta text
313317
*.mcscript text
@@ -322,7 +326,7 @@
322326
*.mdtext text
323327
*.mdtxt text
324328
*.mdwn text diff=markdown
325-
*.mdx binary
329+
*.mdx text diff=markdown
326330
*.meta text eol=lf
327331
*.mex* binary
328332
*.mid binary
@@ -353,6 +357,12 @@
353357
*.mpeg binary
354358
*.mpg binary
355359
*.mpv binary
360+
*.msh text eol=crlf
361+
*.msh1 text eol=crlf
362+
*.msh1xml text eol=crlf
363+
*.msh2 text eol=crlf
364+
*.msh2xml text eol=crlf
365+
*.mshxml text eol=crlf
356366
*.msi binary
357367
*.msm binary
358368
*.msp binary
@@ -426,9 +436,15 @@
426436
*.props.tmpl text eol=crlf
427437
*.ps text
428438
*.ps1 text eol=crlf
439+
*.ps1x text eol=crlf
440+
*.ps1xml text eol=crlf
429441
*.psb binary
430442
*.psd binary
443+
*.psd1 text eol=crlf
444+
*.psm1 text eol=crlf
431445
*.psp binary
446+
*.psrc text eol=crlf
447+
*.pssc text eol=crlf
432448
*.pxd text diff=python
433449
*.py text diff=python
434450
*.py3 text diff=python
@@ -531,7 +547,7 @@
531547
*.tld text
532548
*.tmp binary
533549
*.tmpl text
534-
*.toml text
550+
*.toml text diff=toml
535551
*.tpl text
536552
*.ts text
537553
*.tsv text
@@ -614,9 +630,11 @@
614630
.gitattributes text
615631
.gitconfig text
616632
.gitignore text
633+
.gitkeep text
617634
.gvimrc text eol=lf
618635
.htaccess text
619636
.htmlhintrc text
637+
.husky/* text eol=lf
620638
.jscsrc text
621639
.jshintignore text
622640
.jshintrc text
@@ -627,26 +645,38 @@
627645
.slugignore text
628646
.stylelintrc text
629647
.vimrc text eol=lf
648+
authors text
630649
AUTHORS text
631650
browserslist text
651+
Cargo.lock text
652+
changelog text
632653
CHANGELOG text
654+
changes text
633655
CHANGES text
656+
contributing text
634657
CONTRIBUTING text
658+
copying text
635659
COPYING text
636660
copyright text
661+
COPYRIGHT text
637662
Dockerfile text
638663
DockerFile text
664+
install text
639665
INSTALL text
640666
license text
641667
LICENSE text
642668
makefile text
643669
Makefile text
670+
news text
644671
NEWS text
645672
package-lock.json text
646673
package.json text
647674
pnpm-lock.yaml text
648675
Procfile text
649676
ProcFile text
677+
readme text
678+
README text
650679
schema.rb text diff=ruby
680+
todo text
651681
TODO text
652682
yarn.lock text

0 commit comments

Comments
 (0)