Skip to content

Commit

Permalink
Fixed excessive search results during development
Browse files Browse the repository at this point in the history
  • Loading branch information
ThisIsManta committed Oct 18, 2022
1 parent c792b58 commit ffa7430
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 @@ -2,5 +2,9 @@
{
"editor.formatOnSave": false,
"editor.formatOnType": false,
"editor.formatOnPaste": false
"editor.formatOnPaste": false,
"search.exclude": {
"**/node_modules": true,
"docs/*.js": true
}
}

0 comments on commit ffa7430

Please sign in to comment.