mirror of
https://github.com/tailscale/tailscale.git
synced 2025-08-12 05:37:32 +00:00
gitignore: Add personal .gopath and nix build /result
Signed-off-by: Shayne Sweeney <shayne@tailscale.com>
This commit is contained in:
6
.gitignore
vendored
6
.gitignore
vendored
@@ -26,5 +26,11 @@ cmd/tailscaled/tailscaled
|
|||||||
# Ignore personal VS Code settings
|
# Ignore personal VS Code settings
|
||||||
.vscode/
|
.vscode/
|
||||||
|
|
||||||
|
# Support personal project-specific GOPATH
|
||||||
|
.gopath/
|
||||||
|
|
||||||
|
# Ignore nix build result path
|
||||||
|
/result
|
||||||
|
|
||||||
# Ignore direnv nix-shell environment cache
|
# Ignore direnv nix-shell environment cache
|
||||||
.direnv/
|
.direnv/
|
||||||
|
Reference in New Issue
Block a user