Skip to content

Commit

Permalink
feat: direnv folder (#107)
Browse files Browse the repository at this point in the history
  • Loading branch information
prazdevs authored Feb 17, 2024
1 parent c231cf1 commit 49cca8f
Show file tree
Hide file tree
Showing 15 changed files with 53 additions and 0 deletions.
Binary file modified assets/frappe.webp
Binary file not shown.
Binary file modified assets/latte.webp
Binary file not shown.
Binary file modified assets/macchiato.webp
Binary file not shown.
Binary file modified assets/mocha.webp
Binary file not shown.
6 changes: 6 additions & 0 deletions icons/css-variables/folder_direnv.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 icons/css-variables/folder_direnv_open.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 6 additions & 0 deletions icons/frappe/folder_direnv.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 icons/frappe/folder_direnv_open.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 6 additions & 0 deletions icons/latte/folder_direnv.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 icons/latte/folder_direnv_open.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 6 additions & 0 deletions icons/macchiato/folder_direnv.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 icons/macchiato/folder_direnv_open.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 6 additions & 0 deletions icons/mocha/folder_direnv.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 icons/mocha/folder_direnv_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 @@ -198,6 +198,9 @@ const folderIcons: Record<string, {
'devcontainer': {
folderNames: ['.devcontainer'],
},
'direnv': {
folderNames: ['.direnv'],
},
'dist': {
folderNames: [
'dist',
Expand Down

0 comments on commit 49cca8f

Please sign in to comment.