From d4fb4b91804c7916c6d424d28f01da3c69c44703 Mon Sep 17 00:00:00 2001 From: microshine Date: Sat, 28 Aug 2021 00:06:46 +0300 Subject: [PATCH] chore: Ignore .vscode folder --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index b6237ef10..57b364e45 100644 --- a/.gitignore +++ b/.gitignore @@ -5,4 +5,5 @@ build .nyc_output coverage .vs +.vscode docs