From 5657dfec0e7b90d7e74724d0e20bf5e0d447fd44 Mon Sep 17 00:00:00 2001 From: Maurycy Zarzycki Date: Wed, 5 Oct 2022 15:51:11 +0200 Subject: [PATCH] Add VScode user settings directory to git ignore (#6974) --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 5d7cc4870..0727034e1 100644 --- a/.gitignore +++ b/.gitignore @@ -1,5 +1,6 @@ .DS_Store .c9/ +.vscode/ tmp/ output/ node_modules/