From d0fc9ca144db63eeba13eb54921dccabe5fe7957 Mon Sep 17 00:00:00 2001 From: Tan Kian-ting Date: Fri, 22 Sep 2023 01:49:24 +0800 Subject: [PATCH] fix .gitignore --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 39b9fec..3fc854a 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ node_modules /src/*.js -/tests/*.js \ No newline at end of file +/tests/*.js +.vscode -- 2.39.2