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

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

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