From 77caaf8919a93e8cbcca6a5d92f631104677221b Mon Sep 17 00:00:00 2001 From: Lev Dvorkin Date: Mon, 5 Jun 2023 17:31:51 +0300 Subject: [PATCH] Add .vscode into gitignore It's the folder with IDE's local settings so it should be ignored by git --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 8c3b41d..d35db2a 100644 --- a/.gitignore +++ b/.gitignore @@ -27,3 +27,4 @@ dist-*/ dist/ stack.yaml stack.yaml.lock +.vscode