gitignore: Add personal .gopath and nix build /result

Signed-off-by: Shayne Sweeney <shayne@tailscale.com>
This commit is contained in:
Shayne Sweeney 2023-02-20 21:55:51 -05:00 committed by shayne
parent d38abe90be
commit cd18bb68a4
1 changed files with 6 additions and 0 deletions

6
.gitignore vendored
View File

@ -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/