diff options
author | Z.J. van de Weg <zegerjan@gitlab.com> | 2016-08-08 16:39:24 +0200 |
---|---|---|
committer | Z.J. van de Weg <zegerjan@gitlab.com> | 2016-08-08 16:39:24 +0200 |
commit | fda37b2f371a8622fbbad07b5ab0293bd50b58ab (patch) | |
tree | 1ce8614f9fcaed7f132830816587ab5709cc07c9 /vendor/gitignore | |
parent | 91030230545a199a86c2742600a7a2e68ef75c98 (diff) | |
download | gitlab-ce-fda37b2f371a8622fbbad07b5ab0293bd50b58ab.tar.gz |
Update templates
Diffstat (limited to 'vendor/gitignore')
-rw-r--r-- | vendor/gitignore/Global/VisualStudioCode.gitignore | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/vendor/gitignore/Global/VisualStudioCode.gitignore b/vendor/gitignore/Global/VisualStudioCode.gitignore index faa18382a3c..d9960081c98 100644 --- a/vendor/gitignore/Global/VisualStudioCode.gitignore +++ b/vendor/gitignore/Global/VisualStudioCode.gitignore @@ -1,2 +1,4 @@ -.vscode - +.vscode/* +!.vscode/settings.json +!.vscode/tasks.json +!.vscode/launch.json |