Skip to content

Commit

Permalink
Added extensions to icon dist. (#2234)
Browse files Browse the repository at this point in the history
  • Loading branch information
lgxm3z authored and robertohuertasm committed Sep 20, 2019
1 parent 7c3a567 commit 8b946e6
Showing 1 changed file with 14 additions and 1 deletion.
15 changes: 14 additions & 1 deletion src/iconsManifest/supportedFolders.ts
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,20 @@ export const extensions: IFolderCollection = {
{ icon: 'debian', extensions: ['debian'], format: FileFormat.svg },
{
icon: 'dist',
extensions: ['dist', 'out', 'export', 'build', 'release', 'target'],
extensions: [
'dist',
'dists',
'out',
'outs',
'export',
'exports',
'build',
'builds',
'release',
'releases',
'target',
'targets',
],
format: FileFormat.svg,
},
{
Expand Down

0 comments on commit 8b946e6

Please sign in to comment.