Skip to content

Commit

Permalink
add features folder
Browse files Browse the repository at this point in the history
  • Loading branch information
tal7aouy committed Mar 23, 2023
1 parent 5d64ad3 commit b5bcf50
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/icons/folderNames.ts
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,8 @@ export default {
".devcontainer": "_fd_folder_container",
content: "_fd_folder_content",
contents: "_fd_folder_content",
feature: "_fd_folder_content",
features: "_fd_folder_content",
context: "_fd_folder_context",
contexts: "_fd_folder_context",
store: "_fd_folder_pinia_store",
Expand Down
2 changes: 2 additions & 0 deletions src/icons/folderNamesExpanded.ts
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,8 @@ export default {
".devcontainer": "_fd_folder_container_open",
content: "_fd_folder_content_open",
contents: "_fd_folder_content_open",
feature: "_fd_folder_content_open",
features: "_fd_folder_content_open",
context: "_fd_folder_context_open",
contexts: "_fd_folder_context_open",
store: "_fd_folder_pinia_store_open",
Expand Down

0 comments on commit b5bcf50

Please sign in to comment.