From 21419e391a78f2487340b3b1240b988aaf15b54f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jens=20K=C3=BCrschner?= Date: Thu, 10 Oct 2019 19:32:23 +0200 Subject: [PATCH] Update to Global/VisualStudioCode (#3201) Added ignore for workspace files (*.code-workspace). They can be added in any directory, depending on the user's preferences. --- Global/VisualStudioCode.gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/Global/VisualStudioCode.gitignore b/Global/VisualStudioCode.gitignore index 0511e2b5..afba0a7c 100644 --- a/Global/VisualStudioCode.gitignore +++ b/Global/VisualStudioCode.gitignore @@ -3,3 +3,4 @@ !.vscode/tasks.json !.vscode/launch.json !.vscode/extensions.json +*.code-workspace