From 7411290468494f281820b4d9b083015c14521cc0 Mon Sep 17 00:00:00 2001 From: Derek Parker Date: Sat, 26 Jun 2021 00:16:35 -0700 Subject: [PATCH] *: Add .vscode to .gitignore (#2554) We should ignore this by default. --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index b117424d..f6073ada 100644 --- a/.gitignore +++ b/.gitignore @@ -9,3 +9,4 @@ localtests .idea *.iml .teamcity/target +.vscode