From 18455147ba785bc1c4331ca099a911994e23b859 Mon Sep 17 00:00:00 2001 From: Mike Scheurwater <33215978+MikeScheurwater@users.noreply.github.com> Date: Tue, 22 Oct 2019 04:32:00 +0200 Subject: [PATCH] Add .vscode folder to gitignore (#681) --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index cae69c75..9696f561 100644 --- a/.gitignore +++ b/.gitignore @@ -17,5 +17,6 @@ wikidata/* # generated source files build/* -# any IntelliJ IDEA files +# any IDE files .idea/ +.vscode/