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