Просмотр исходного кода

gitignore: Add personal .gopath and nix build /result

Signed-off-by: Shayne Sweeney <[email protected]>
Shayne Sweeney 3 лет назад
Родитель
Сommit
cd18bb68a4
1 измененных файлов с 6 добавлено и 0 удалено
  1. 6 0
      .gitignore

+ 6 - 0
.gitignore

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