From 7db84896483f11ef1b0822a47afbdde3a0bb8f41 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=BB=84=E4=BA=91=E9=A3=9E?= Date: Fri, 25 Mar 2022 13:23:14 +0800 Subject: [PATCH] feat:add cSpell ignore paths --- .vscode/settings.json | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.vscode/settings.json b/.vscode/settings.json index 25c5e9f..e6ed169 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -19,6 +19,12 @@ "vite", "Yahei" ], + "cSpell.ignorePaths": [ + ".github", + "dist", + "node_modules", + "yarn.lock", + ], "typescript.tsdk": "node_modules/typescript/lib", "editor.codeActionsOnSave": { "source.fixAll.eslint": true