gitignore: Add personal .gopath and nix build /result
Signed-off-by: Shayne Sweeney <shayne@tailscale.com>pull/7337/head
parent
d38abe90be
commit
cd18bb68a4
|
@ -26,5 +26,11 @@ cmd/tailscaled/tailscaled
|
|||
# Ignore personal VS Code settings
|
||||
.vscode/
|
||||
|
||||
# Support personal project-specific GOPATH
|
||||
.gopath/
|
||||
|
||||
# Ignore nix build result path
|
||||
/result
|
||||
|
||||
# Ignore direnv nix-shell environment cache
|
||||
.direnv/
|
||||
|
|
Loading…
Reference in New Issue