gitignore: Add personal .gopath and nix build /result

Signed-off-by: Shayne Sweeney <shayne@tailscale.com>
pull/7337/head
Shayne Sweeney 1 year ago committed by shayne
parent d38abe90be
commit cd18bb68a4

6
.gitignore vendored

@ -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…
Cancel
Save