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

Signed-off-by: Shayne Sweeney <shayne@tailscale.com>
pull/6279/head
shayne 2 years ago committed by GitHub
parent f4a522fd67
commit 56dfdbe190
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

3
.gitignore vendored

@ -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/

Loading…
Cancel
Save