mirror of
https://github.com/microsoft/TypeScript.git
synced 2026-05-10 21:07:52 -05:00
Exclude the files in the .vs folder
These are user spefic settings, that shouldn't be in the git repo.
This commit is contained in:
5
.gitignore
vendored
5
.gitignore
vendored
@@ -46,5 +46,6 @@ coverage/
|
||||
internal/
|
||||
**/.DS_Store
|
||||
.settings
|
||||
.vscode/*
|
||||
!.vscode/tasks.json
|
||||
**/.vs
|
||||
**/.vscode
|
||||
!**/.vscode/tasks.json
|
||||
|
||||
Reference in New Issue
Block a user