From 83ecc6e9a9b69daf1f58a8b904db0a86d84ded6b Mon Sep 17 00:00:00 2001 From: David Wheatley Date: Mon, 16 Nov 2020 17:12:19 +0000 Subject: [PATCH] Add .vscode folder to git ignore --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index b842d0b3..775d9a92 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,5 @@ __tests__/runner/* +.vscode # comment out in distribution branches #node_modules/