From 76700227e20a5c777fc7b7c84d8db0f9631c1155 Mon Sep 17 00:00:00 2001 From: ANdi Date: Thu, 7 Feb 2019 15:15:00 +0200 Subject: [PATCH] Add to .gitignore .vscode and all of it's subdirectories (#1853) For whom is working with VSCode as an ide this is a good addition in order to streamline to working process when VScode begins to creates it's config files for the current workingspace. --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index e3df799c..06708c2e 100644 --- a/.gitignore +++ b/.gitignore @@ -6,6 +6,7 @@ /.cache /.elm /.floo +/.vscode/** /Dockerfile /TODOs.org /docs/build/