Skip to content

Commit

Permalink
Update folderIcons.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
rfgamaral committed Feb 15, 2019
1 parent 77dc451 commit ae31aeb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/icons/folderIcons.ts
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ export const folderIcons: FolderTheme[] = [
{ name: 'folder-template', folderNames: ['template', 'templates'] },
{ name: 'folder-utils', folderNames: ['util', 'utils'] },
{ name: 'folder-private', folderNames: ['private', '.private'] },
{ name: 'folder-secure', folderNames: ['auth', 'authentication', 'secure', 'security', 'cert', 'certificate', 'certificates', 'ssl'] },
{ name: 'folder-secure', folderNames: ['auth', 'authentication', 'secure', 'security', 'cert', 'certs', 'certificate', 'certificates', 'ssl'] },
{ name: 'folder-custom', folderNames: ['custom', 'customs'] },
{ name: 'folder-mock', folderNames: ['mock', 'mocks', 'draft', 'drafts', 'concept', 'concepts', 'sketch', 'sketches'] },
{ name: 'folder-syntax', folderNames: ['syntax', 'syntaxes', 'spellcheck'] },
Expand Down

0 comments on commit ae31aeb

Please sign in to comment.