Skip to content

Commit

Permalink
Add support for repo folder (#2001)
Browse files Browse the repository at this point in the history
  • Loading branch information
JimiC authored and robertohuertasm committed Apr 21, 2019
1 parent 15b1826 commit ed536cc
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion src/iconsManifest/supportedFolders.ts
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,15 @@ export const extensions: IFolderCollection = {
{ icon: 'cypress', extensions: ['cypress'], format: FileFormat.svg },
{
icon: 'db',
extensions: ['db', 'database', 'sql', 'data'],
extensions: [
'db',
'database',
'sql',
'data',
'repo',
'repository',
'repositories',
],
format: FileFormat.svg,
},
{ icon: 'debian', extensions: ['debian'], format: FileFormat.svg },
Expand Down

0 comments on commit ed536cc

Please sign in to comment.