Skip to content

Commit

Permalink
fix(misc): ignore more binary formats during migration (#16784)
Browse files Browse the repository at this point in the history
  • Loading branch information
AgentEnder authored May 4, 2023
1 parent 1c791db commit c15c4dd
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/devkit/src/utils/binary-extensions.ts
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,7 @@ const binaryExtensions = new Set([
'.g3',
'.gh',
'.gif',
'.glb',
'.graffle',
'.gz',
'.gzip',
Expand Down Expand Up @@ -148,6 +149,7 @@ const binaryExtensions = new Set([
'.ott',
'.pages',
'.pbm',
'.pbf',
'.pcx',
'.pdb',
'.pdf',
Expand Down

1 comment on commit c15c4dd

@vercel
Copy link

@vercel vercel bot commented on c15c4dd May 4, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

nx-dev – ./

nx.dev
nx-dev-git-master-nrwl.vercel.app
nx-dev-nrwl.vercel.app
nx-five.vercel.app

Please sign in to comment.