Skip to content

Commit

Permalink
Add support for cubit (#2551)
Browse files Browse the repository at this point in the history
* feat: add cubit folder icon

* Fix cubit folder according to guidelines

* Update cubit folder according to guidelines

Co-authored-by: Manuel Bojato <30560560+KingDarBoja@users.noreply.github.com>
  • Loading branch information
felangel and KingDarBoja authored Jul 17, 2020
1 parent 6f2a4bd commit 95ad4b5
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions icons/folder_type_cubit.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_type_cubit_opened.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/iconsManifest/supportedFolders.ts
Original file line number Diff line number Diff line change
Expand Up @@ -123,6 +123,7 @@ export const extensions: IFolderCollection = {
},
{ icon: 'coverage', extensions: ['coverage'], format: FileFormat.svg },
{ icon: 'css', extensions: ['css', '_css'], format: FileFormat.svg },
{ icon: 'cubit', extensions: ['cubits', 'cubit'], format: FileFormat.svg },
{ icon: 'cypress', extensions: ['cypress'], format: FileFormat.svg },
{
icon: 'db',
Expand Down

0 comments on commit 95ad4b5

Please sign in to comment.