mirror of
https://github.com/tailscale/tailscale.git
synced 2025-08-13 22:47:30 +00:00
gitignore: ignore direnv nix-shell environment cache (#6520)
Also, updated ignore desc for .vscode/. Signed-off-by: Shayne Sweeney <shayne@tailscale.com>
This commit is contained in:
5
.gitignore
vendored
5
.gitignore
vendored
@@ -23,5 +23,8 @@ cmd/tailscaled/tailscaled
|
||||
# to make this nonspecific.
|
||||
.envrc
|
||||
|
||||
# vscode project specific settings
|
||||
# Ignore personal VS Code settings
|
||||
.vscode/
|
||||
|
||||
# Ignore direnv nix-shell environment cache
|
||||
.direnv/
|
||||
|
Reference in New Issue
Block a user