Explorar el Código

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

Signed-off-by: Shayne Sweeney <[email protected]>
shayne hace 3 años
padre
commit
56dfdbe190
Se han modificado 1 ficheros con 3 adiciones y 0 borrados
  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
 # direnv config, this may be different for other people so it's probably safer
 # to make this nonspecific.
 # to make this nonspecific.
 .envrc
 .envrc
+
+# vscode project specific settings
+.vscode/