From: Tan Kian-ting Date: Thu, 21 Sep 2023 17:49:24 +0000 (+0800) Subject: fix .gitignore X-Git-Url: https://git.kianting.info/?a=commitdiff_plain;h=d0fc9ca144db63eeba13eb54921dccabe5fe7957;p=clo fix .gitignore --- 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