From 88f720995e550ff19906c7027ac1f992e92f3fba Mon Sep 17 00:00:00 2001 From: Dan Kordik Date: Tue, 21 Jul 2020 16:50:51 -0500 Subject: [PATCH] Ignore .vscode configs --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index a9520c65..ac5de4b2 100644 --- a/.gitignore +++ b/.gitignore @@ -27,3 +27,6 @@ yarn-error.log* storybook-static .yalc yalc.lock + +# editors +.vscode \ No newline at end of file