Skip to content

Commit

Permalink
Add www folder association
Browse files Browse the repository at this point in the history
  • Loading branch information
PKief committed Aug 29, 2020
1 parent e871412 commit b7082f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/icons/folderIcons.ts
Expand Up @@ -79,7 +79,7 @@ export const folderIcons: FolderTheme[] = [
{ name: 'folder-theme', folderNames: ['themes', 'theme', 'color', 'colors', 'design', 'designs'] },
{ name: 'folder-webpack', folderNames: ['webpack', '.webpack'] },
{ name: 'folder-global', folderNames: ['global'] },
{ name: 'folder-public', folderNames: ['public', 'wwwroot', 'web', 'website'] },
{ name: 'folder-public', folderNames: ['public', 'www', 'wwwroot', 'web', 'website'] },
{ name: 'folder-include', folderNames: ['include', 'includes', '_includes'] },
{ name: 'folder-docker', folderNames: ['docker', 'dockerfiles', '.docker'] },
{ name: 'folder-ngrx-effects', folderNames: ['effects'], enabledFor: [IconPack.Ngrx] },
Expand Down

0 comments on commit b7082f5

Please sign in to comment.