Skip to content

Commit

Permalink
Add .idea folder icon for intellij/jetbrain suite meta folder
Browse files Browse the repository at this point in the history
  • Loading branch information
AdrieanKhisbe committed Nov 21, 2018
1 parent dd1970d commit ac265ee
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions icons/folder-idea-open.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions icons/folder-idea.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions src/icons/folderIcons.ts
Original file line number Diff line number Diff line change
Expand Up @@ -170,6 +170,7 @@ export const folderIcons: FolderTheme[] = [
{ name: 'folder-storybook', folderNames: ['storybook', '.storybook'] },
{ name: 'folder-stylus', folderNames: ['stylus'] },
{ name: 'folder-flow', folderNames: ['flow-typed'] },
{ name: 'folder-idea', folderNames: ['.idea'] },
]
},
{ name: 'classic', defaultIcon: { name: 'folder' }, rootFolder: { name: 'folder-root' } },
Expand Down

0 comments on commit ac265ee

Please sign in to comment.