2020-01-31 14:00:04 -08:00
|
|
|
# Binaries for programs and plugins
|
2020-02-19 23:59:51 -05:00
|
|
|
*~
|
2020-11-11 01:52:06 -05:00
|
|
|
*.tmp
|
2020-01-31 14:00:04 -08:00
|
|
|
*.exe
|
|
|
|
*.dll
|
|
|
|
*.so
|
|
|
|
*.dylib
|
2022-01-21 12:05:48 -08:00
|
|
|
*.spk
|
2020-01-31 14:00:04 -08:00
|
|
|
|
2020-02-10 14:31:21 -08:00
|
|
|
cmd/tailscale/tailscale
|
2021-03-25 08:59:00 -07:00
|
|
|
cmd/tailscaled/tailscaled
|
2024-04-28 10:42:10 -05:00
|
|
|
ssh/tailssh/testcontainers/tailscaled
|
2020-02-10 14:31:21 -08:00
|
|
|
|
2020-01-31 14:00:04 -08:00
|
|
|
# Test binary, built with `go test -c`
|
|
|
|
*.test
|
|
|
|
|
|
|
|
# Output of the go coverage tool, specifically when used with LiteIDE
|
|
|
|
*.out
|
|
|
|
|
|
|
|
# Dependency directories (remove the comment below to include it)
|
|
|
|
# vendor/
|
2020-12-29 12:17:03 -05:00
|
|
|
|
|
|
|
# direnv config, this may be different for other people so it's probably safer
|
|
|
|
# to make this nonspecific.
|
|
|
|
.envrc
|
2022-11-11 00:10:47 -05:00
|
|
|
|
2022-11-26 09:30:00 -05:00
|
|
|
# Ignore personal VS Code settings
|
2022-11-11 00:10:47 -05:00
|
|
|
.vscode/
|
2022-11-26 09:30:00 -05:00
|
|
|
|
2023-02-20 21:55:51 -05:00
|
|
|
# Support personal project-specific GOPATH
|
|
|
|
.gopath/
|
|
|
|
|
|
|
|
# Ignore nix build result path
|
|
|
|
/result
|
|
|
|
|
2022-11-26 09:30:00 -05:00
|
|
|
# Ignore direnv nix-shell environment cache
|
|
|
|
.direnv/
|
2023-02-21 16:07:33 -08:00
|
|
|
|
2023-08-10 13:58:59 -04:00
|
|
|
# Ignore web client node modules
|
|
|
|
.vite/
|
|
|
|
client/web/node_modules
|
2023-08-22 16:14:00 -07:00
|
|
|
client/web/build/assets
|
2023-08-10 13:58:59 -04:00
|
|
|
|
2023-02-21 16:07:33 -08:00
|
|
|
/gocross
|
2023-02-24 13:22:21 -08:00
|
|
|
/dist
|