Browse Source

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

Signed-off-by: Shayne Sweeney <[email protected]>
shayne 3 years ago
parent
commit
56dfdbe190
1 changed files with 3 additions and 0 deletions
  1. 3 0
      .gitignore

+ 3 - 0
.gitignore

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