repo: add .vscode/ to .gitignore (#6278)

Signed-off-by: Shayne Sweeney <shayne@tailscale.com>
This commit is contained in:
shayne 2022-11-11 00:10:47 -05:00 committed by GitHub
parent f4a522fd67
commit 56dfdbe190
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 0 deletions

3
.gitignore vendored
View File

@ -22,3 +22,6 @@ cmd/tailscaled/tailscaled
# direnv config, this may be different for other people so it's probably safer
# to make this nonspecific.
.envrc
# vscode project specific settings
.vscode/