1
0
mirror of https://github.com/github/gitignore synced 2024-06-09 14:17:57 +02:00
gitignore/Global/VisualStudioCode.gitignore
Brennan Fee 554bccef40 Update Visual Studio Code to support workspace files.
Visual Studio Code has a few files that can be placed into the workspace
in order to share settings across users.  Settings.json is for project
specific overrides.  Tasks.json is for executable tasks (build, gulp, etc.)
While launch.json is for debugging specific tasks.
2016-08-04 22:29:32 -07:00

5 lines
74 B
Plaintext

.vscode/*
!.vscode/settings.json
!.vscode/tasks.json
!.vscode/launch.json