From 9489b931fdc6b01939527091673a2a6ec6cf5011 Mon Sep 17 00:00:00 2001 From: Vida Xie Date: Sat, 21 Mar 2026 01:21:39 +0800 Subject: [PATCH] chore(vscode): hide `docs` and `examples` in npm scripts --- .vscode/settings.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.vscode/settings.json b/.vscode/settings.json index 9c439388..a5ba0832 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -34,5 +34,7 @@ "json", "jsonc", "yaml" - ] + ], + + "npm.exclude": "**/{docs,examples/**}" }