Skip to content

Commit

Permalink
fix(core): include more binary extensions (#22788) (#22861)
Browse files Browse the repository at this point in the history
  • Loading branch information
mehrad-rafigh committed May 10, 2024
1 parent 186a420 commit f7dcf43
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions packages/devkit/src/utils/binary-extensions.ts
Expand Up @@ -13,6 +13,7 @@ const binaryExtensions = new Set([
'.ai',
'.aif',
'.aiff',
'.als',
'.alz',
'.ape',
'.apk',
Expand Down Expand Up @@ -137,6 +138,7 @@ const binaryExtensions = new Set([
'.mxu',
'.nef',
'.npx',
'.npy',
'.numbers',
'.nupkg',
'.o',
Expand All @@ -157,6 +159,8 @@ const binaryExtensions = new Set([
'.pea',
'.pgm',
'.pic',
'.pkg',
'.plist',
'.png',
'.pnm',
'.pot',
Expand Down

0 comments on commit f7dcf43

Please sign in to comment.