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',
|
'.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',
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user