mirror of
https://github.com/microsoft/TypeScript.git
synced 2025-12-11 09:24:19 -06: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:
parent
c4d5783589
commit
3437fe5846
5
.gitignore
vendored
5
.gitignore
vendored
@ -46,5 +46,6 @@ coverage/
|
||||
internal/
|
||||
**/.DS_Store
|
||||
.settings
|
||||
.vscode/*
|
||||
!.vscode/tasks.json
|
||||
**/.vs
|
||||
**/.vscode
|
||||
!**/.vscode/tasks.json
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user