Skip to content

Commit

Permalink
search.exclude for vscode
Browse files Browse the repository at this point in the history
  • Loading branch information
IlyaSemenov committed Feb 23, 2024
1 parent f036f96 commit 150441c
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,9 @@
},
"editor.formatOnSave": true,
"eslint.experimental.useFlatConfig": true,
"eslint.validate": ["javascript", "typescript"]
"eslint.validate": ["javascript", "typescript"],
"search.exclude": {
"**/node_modules": true,
"packages/*/dist": true
}
}

0 comments on commit 150441c

Please sign in to comment.