2020-01-31 22:00:04 +00:00
|
|
|
# Binaries for programs and plugins
|
2020-02-20 04:59:51 +00:00
|
|
|
*~
|
2020-11-11 06:52:06 +00:00
|
|
|
*.tmp
|
2020-01-31 22:00:04 +00:00
|
|
|
*.exe
|
|
|
|
*.dll
|
|
|
|
*.so
|
|
|
|
*.dylib
|
2022-01-21 20:05:48 +00:00
|
|
|
*.spk
|
2020-01-31 22:00:04 +00:00
|
|
|
|
2020-02-10 22:31:21 +00:00
|
|
|
cmd/tailscale/tailscale
|
2021-03-25 15:59:00 +00:00
|
|
|
cmd/tailscaled/tailscaled
|
2020-02-10 22:31:21 +00:00
|
|
|
|
2020-01-31 22:00:04 +00: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 17:17:03 +00:00
|
|
|
|
|
|
|
# direnv config, this may be different for other people so it's probably safer
|
|
|
|
# to make this nonspecific.
|
|
|
|
.envrc
|
2022-11-11 05:10:47 +00:00
|
|
|
|
2022-11-26 14:30:00 +00:00
|
|
|
# Ignore personal VS Code settings
|
2022-11-11 05:10:47 +00:00
|
|
|
.vscode/
|
2022-11-26 14:30:00 +00:00
|
|
|
|
2023-02-21 02:55:51 +00:00
|
|
|
# Support personal project-specific GOPATH
|
|
|
|
.gopath/
|
|
|
|
|
|
|
|
# Ignore nix build result path
|
|
|
|
/result
|
|
|
|
|
2022-11-26 14:30:00 +00:00
|
|
|
# Ignore direnv nix-shell environment cache
|
|
|
|
.direnv/
|
2023-02-22 00:07:33 +00:00
|
|
|
|
2023-08-10 18:58:59 +01:00
|
|
|
# Ignore web client node modules
|
|
|
|
.vite/
|
|
|
|
client/web/node_modules
|
2023-08-23 00:14:00 +01:00
|
|
|
client/web/build/assets
|
2023-08-10 18:58:59 +01:00
|
|
|
|
2023-02-22 00:07:33 +00:00
|
|
|
/gocross
|
2023-02-24 21:22:21 +00:00
|
|
|
/dist
|