Skip to content

Commit

Permalink
mindsdb
Browse files Browse the repository at this point in the history
  • Loading branch information
hazemahmedx0 committed Oct 24, 2023
1 parent 04e6cce commit 0b9decd
Show file tree
Hide file tree
Showing 5 changed files with 27 additions and 0 deletions.
7 changes: 7 additions & 0 deletions icons/folder-mindsdb-open.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
8 changes: 8 additions & 0 deletions icons/folder-mindsdb.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
7 changes: 7 additions & 0 deletions icons/mindsdb.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 4 additions & 0 deletions src/icons/fileIcons.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2193,6 +2193,10 @@ export const fileIcons: FileIcons = {
name: 'supabase',
fileNames: ['supabase.js', 'supabase.py'],
},
{
name: 'mindsdb',
fileNames: ['mindsdb.js', 'mindsdb.py'],
},
{
name: 'ember',
fileNames: ['.ember-cli', '.ember-cli.js', 'ember-cli-builds.js'],
Expand Down
1 change: 1 addition & 0 deletions src/icons/folderIcons.ts
Original file line number Diff line number Diff line change
Expand Up @@ -631,6 +631,7 @@ export const folderIcons: FolderTheme[] = [
folderNames: ['util', 'utils', 'utility', 'utilities'],
},
{ name: 'folder-supabase', folderNames: ['supabase', '.supabase'] },
{ name: 'folder-mindsdb', folderNames: ['mindsdb', '.mindsdb'] },
{ name: 'folder-private', folderNames: ['private', '.private'] },
{ name: 'folder-linux', folderNames: ['linux'] },
{ name: 'folder-windows', folderNames: ['windows'] },
Expand Down

0 comments on commit 0b9decd

Please sign in to comment.