diff options
author | Jens Kürschner <jekuer@users.noreply.github.com> | 2019-10-10 19:32:23 +0200 |
---|---|---|
committer | Brendan Forster <brendan@github.com> | 2019-10-10 14:32:23 -0300 |
commit | 21419e391a78f2487340b3b1240b988aaf15b54f (patch) | |
tree | d5985fdc5f6a8da38b3151b3d227fa14e7387f20 /Global | |
parent | 475f63beb5815372181a0c93262517cd2a05214e (diff) | |
download | gitignore-21419e391a78f2487340b3b1240b988aaf15b54f.tar.gz gitignore-21419e391a78f2487340b3b1240b988aaf15b54f.zip |
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.
Diffstat (limited to 'Global')
-rw-r--r-- | Global/VisualStudioCode.gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
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 |