fix(misc): ignore more binary formats during migration (#16784)
This commit is contained in:
parent
1c791dbd8e
commit
c15c4ddfe0
@ -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',
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user