From bce71cd25e9feb3e8fd311f68877d46c908e7024 Mon Sep 17 00:00:00 2001 From: angrylid Date: Wed, 26 Oct 2022 22:43:05 +0800 Subject: [PATCH] chore: add .vscode to .gitignore --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 04bd12c..c9e2fb9 100644 --- a/.gitignore +++ b/.gitignore @@ -5,3 +5,4 @@ dist-ssr *.local update.json scripts/_env.sh +.vscode