Skip to content

Commit

Permalink
feat: add cline icons (#2879)
Browse files Browse the repository at this point in the history
  • Loading branch information
PKief authored Feb 9, 2025
1 parent 5a653d9 commit c29cf9a
Show file tree
Hide file tree
Showing 5 changed files with 22 additions and 0 deletions.
7 changes: 7 additions & 0 deletions icons/cline.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
12 changes: 12 additions & 0 deletions icons/folder-cline-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-cline.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/core/icons/fileIcons.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3033,6 +3033,7 @@ export const fileIcons: FileIcons = {
},
{ name: 'epub', fileExtensions: ['epub'] },
{ name: 'regedit', fileExtensions: ['reg'] },
{ name: 'cline', fileNames: ['.clinerules'] },
{ name: 'gnuplot', fileExtensions: ['gnu'] },
]),
};
1 change: 1 addition & 0 deletions src/core/icons/folderIcons.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1116,6 +1116,7 @@ export const folderIcons: FolderTheme[] = [
},
{ name: 'folder-obsidian', folderNames: ['obsidian'] },
{ name: 'folder-trash', folderNames: ['trash'] },
{ name: 'folder-cline', folderNames: ['cline_docs'] },
{ name: 'folder-liquibase', folderNames: ['liquibase'] },
{ name: 'folder-dart', folderNames: ['dart', 'dart_tool', 'dart_tools'] },
],
Expand Down

0 comments on commit c29cf9a

Please sign in to comment.