fix(misc): ignore more binary formats during migration (#16784)

This commit is contained in:
Craigory Coppola 2023-05-04 18:04:55 -04:00 committed by GitHub
parent 1c791dbd8e
commit c15c4ddfe0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -82,6 +82,7 @@ const binaryExtensions = new Set([
'.g3',
'.gh',
'.gif',
'.glb',
'.graffle',
'.gz',
'.gzip',
@ -148,6 +149,7 @@ const binaryExtensions = new Set([
'.ott',
'.pages',
'.pbm',
'.pbf',
'.pcx',
'.pdb',
'.pdf',