mirror of
https://github.com/github/gitignore
synced 2024-11-01 01:28:44 +01:00
554bccef40
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.
5 lines
74 B
Plaintext
5 lines
74 B
Plaintext
.vscode/*
|
|
!.vscode/settings.json
|
|
!.vscode/tasks.json
|
|
!.vscode/launch.json
|