This website requires JavaScript.
Explore
Help
Sign In
docs
/
gitignore
Watch
1
Star
0
Fork
0
You've already forked gitignore
mirror of
https://github.com/github/gitignore
synced
2024-11-01 01:28:44 +01:00
Code
Issues
Releases
Wiki
Activity
90f149de45
gitignore
/
Global
/
VisualStudioCode.gitignore
6 lines
99 B
Plaintext
Raw
Normal View
History
Unescape
Escape
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-05 07:29:32 +02:00
.vscode/*
!.vscode/settings.json
!.vscode/tasks.json
!.vscode/launch.json
Modified VS Code .gitignore Added extensions.json as exception in .vscode folder. File is used as extensions recommendation for project.
2016-11-21 14:04:42 +01:00
!.vscode/extensions.json
Reference in New Issue
Copy Permalink