Skip to content

Commit 1071a6d

Browse files
authored
chore(vscode): hide docs and examples in npm scripts (#238)
1 parent bef18b9 commit 1071a6d

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
@@ -34,5 +34,7 @@
3434
"json",
3535
"jsonc",
3636
"yaml"
37-
]
37+
],
38+
39+
"npm.exclude": "**/{docs,examples/**}"
3840
}

0 commit comments

Comments
 (0)