Skip to content

Commit

Permalink
update allowedFileTypes in archiver
Browse files Browse the repository at this point in the history
  • Loading branch information
jochen-testingbot committed Oct 27, 2023
1 parent f947231 commit 5ae8653
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions src/utils/archiver.ts
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,30 @@ export default class Archiver {
'tsv',
'yml',
'yaml',
'env',
'mov',
'mp4',
'mp3',
'wav',
'gz',
'tgz',
'tiff',
'bmp',
'msg',
'gif',
'sql',
'pmc',
'pmp',
'max',
'mjpeg',
'y4m',
'cjs',
'mjs',
'tsx',
'pfx',
'cfr',
'ico',
'html'
];

let ignoredPaths = [
Expand Down

0 comments on commit 5ae8653

Please sign in to comment.