From befee67bd1b74523d0c024f7d92e226040b6adf3 Mon Sep 17 00:00:00 2001 From: Richard Huang Date: Fri, 12 Jan 2024 06:37:51 +0800 Subject: [PATCH] add .vscode to .gitignore --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index bffcd4b..67775c7 100644 --- a/.gitignore +++ b/.gitignore @@ -15,3 +15,4 @@ test/tmp test/version_tmp tmp _site +.vscode