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
157dd31788
gitignore
/
Global
/
VisualStudioCode.gitignore
5 lines
74 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
Reference in New Issue
Copy Permalink