Skip to content

Commit

Permalink
docs: add more folder to excludes
Browse files Browse the repository at this point in the history
  • Loading branch information
jellydn committed Oct 18, 2024
1 parent c309667 commit b8a6e71
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ Update your settings.json file with the following configuration:
<!-- ALL-SETTINGS:START -->

```jsonc
// settings.json, generated at Sun Oct 06 2024 07:32:28 GMT+0800 (Singapore Standard Time)
// settings.json, generated at Fri Oct 18 2024 16:02:04 GMT+0800 (Singapore Standard Time)
// Zed settings
//
// For information on how to configure Zed, see the Zed
Expand Down Expand Up @@ -154,6 +154,8 @@ Update your settings.json file with the following configuration:
"**/.vscode",
"**/.next",
"**/.storybook",
"**/.tap",
"**/.nyc_output",
"**/node_modules",
],
// Turn off telemetry
Expand Down Expand Up @@ -196,7 +198,7 @@ Update your keymap.json file with the following key bindings:
<!-- ALL-KEYMAPS:START -->

```jsonc
// keymap.json, generated at Sun Oct 06 2024 07:32:28 GMT+0800 (Singapore Standard Time)
// keymap.json, generated at Fri Oct 18 2024 16:02:04 GMT+0800 (Singapore Standard Time)
[
{
"context": "Editor && (vim_mode == normal || vim_mode == visual) && !VimWaiting && !menu",
Expand Down
2 changes: 2 additions & 0 deletions keymap.json
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,8 @@
"ctrl-s": "workspace::Save",
// File finder
"space space": "file_finder::Toggle",
// Project search
"space /": "pane::DeploySearch",
// TODO: Open other files
// Show project panel with current file
"space e": "pane::RevealInProjectPanel"
Expand Down
2 changes: 2 additions & 0 deletions settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,8 @@
"**/.vscode",
"**/.next",
"**/.storybook",
"**/.tap",
"**/.nyc_output",
"**/node_modules"
],
// Turn off telemetry
Expand Down

0 comments on commit b8a6e71

Please sign in to comment.