Skip to content

Commit 0c722ba

Browse files
authored
chore(workflow): exclude dist folders from search result (#4557)
1 parent ad6f66e commit 0c722ba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: .vscode/settings.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"search.exclude": {
44
"**/.git": true,
55
"**/dist": true,
6-
"**/dist-types": true,
6+
"**/dist-*": true,
77
"**/coverage": true,
88
"**/compiled": true,
99
"**/doc_build": true,

0 commit comments

Comments
 (0)