Skip to content

Commit 5ae8653

Browse files
update allowedFileTypes in archiver
1 parent f947231 commit 5ae8653

File tree

1 file changed

+24
-0
lines changed

1 file changed

+24
-0
lines changed

src/utils/archiver.ts

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,30 @@ export default class Archiver {
6868
'tsv',
6969
'yml',
7070
'yaml',
71+
'env',
72+
'mov',
73+
'mp4',
74+
'mp3',
75+
'wav',
76+
'gz',
77+
'tgz',
78+
'tiff',
79+
'bmp',
80+
'msg',
81+
'gif',
82+
'sql',
83+
'pmc',
84+
'pmp',
85+
'max',
86+
'mjpeg',
87+
'y4m',
88+
'cjs',
89+
'mjs',
90+
'tsx',
91+
'pfx',
92+
'cfr',
93+
'ico',
94+
'html'
7195
];
7296

7397
let ignoredPaths = [

0 commit comments

Comments
 (0)