From: Jens Kürschner Date: Thu, 10 Oct 2019 17:32:23 +0000 (+0200) Subject: Update to Global/VisualStudioCode (#3201) X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=21419e391a78f2487340b3b1240b988aaf15b54f;p=gitignore.git 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. --- 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