Skip to content

Commit

Permalink
feat: add garden file icon (#2176)
Browse files Browse the repository at this point in the history
* add garden file icon

* Update icon

* Add .gardenignore

* Update icon

* Align icon with grid

---------

Co-authored-by: Philipp Kief <philipp.kief@gmx.de>
  • Loading branch information
kevinthenet and PKief authored Oct 29, 2024
1 parent 9b658b8 commit 38dc9da
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 0 deletions.
15 changes: 15 additions & 0 deletions icons/garden.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
11 changes: 11 additions & 0 deletions src/core/icons/fileIcons.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2526,6 +2526,17 @@ export const fileIcons: FileIcons = {
},
},
{ name: 'apps-script', fileExtensions: ['gs'] },
{
name: 'garden',
fileNames: [
'garden.yml',
'garden.yaml',
'project.garden.yml',
'project.garden.yaml',
'.gardenignore',
],
fileExtensions: ['.garden.yml', '.garden.yaml'],
},
{
name: 'pkl',
fileExtensions: ['pkl'],
Expand Down

0 comments on commit 38dc9da

Please sign in to comment.