Skip to content

Commit

Permalink
feat: gradle folder icon (#258)
Browse files Browse the repository at this point in the history
  • Loading branch information
prazdevs authored Aug 15, 2024
1 parent ecc098b commit 73bd3a0
Show file tree
Hide file tree
Showing 11 changed files with 73 additions and 0 deletions.
7 changes: 7 additions & 0 deletions icons/css-variables/folder_gradle.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/css-variables/folder_gradle_open.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/frappe/folder_gradle.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/frappe/folder_gradle_open.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/latte/folder_gradle.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/latte/folder_gradle_open.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/macchiato/folder_gradle.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/macchiato/folder_gradle_open.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/mocha/folder_gradle.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/mocha/folder_gradle_open.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions src/defaults/folderIcons.ts
Original file line number Diff line number Diff line change
Expand Up @@ -329,6 +329,9 @@ const folderIcons: Record<string, {
'gitlab': {
folderNames: ['.gitlab'],
},
'gradle': {
folderNames: ['gradle', '.gradle'],
},
'hooks': {
folderNames: ['hook', 'hooks', 'trigger', 'triggers'],
},
Expand Down

0 comments on commit 73bd3a0

Please sign in to comment.