Skip to content

Commit 0aa284b

Browse files
committed
build: Add other common files to vscode search exclude
1 parent d4a2070 commit 0aa284b

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.vscode/settings.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,9 @@
1010
"search.exclude": {
1111
"**/node_modules/": true,
1212
"**/build/": true,
13-
"**/dist/": true
13+
"**/dist/": true,
14+
"**/coverage/": true,
15+
"**/yarn-error.log": true
1416
},
1517
"typescript.tsdk": "./node_modules/typescript/lib",
1618
"[json]": {

0 commit comments

Comments
 (0)