From ce777f83585217d8fc8ad06ff1c799c0b325fb35 Mon Sep 17 00:00:00 2001 From: Daniel Lautzenheiser Date: Fri, 14 May 2021 10:58:19 -0400 Subject: [PATCH] Ignore .vscode path --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 02ec2176..e15813b4 100644 --- a/.gitignore +++ b/.gitignore @@ -6,3 +6,4 @@ npm-debug.log yarn.lock /test-app/package-lock.json /test-app/.dojorc +.vscode/