2023-04-20 13:56:53 +08:00
|
|
|
ignored/
|
2023-09-11 17:52:25 +08:00
|
|
|
tailscale/
|
2023-12-10 01:09:24 +08:00
|
|
|
.vscode/
|
2023-04-20 13:56:53 +08:00
|
|
|
|
2020-06-21 17:21:07 +08:00
|
|
|
# Binaries for programs and plugins
|
|
|
|
*.exe
|
|
|
|
*.exe~
|
|
|
|
*.dll
|
|
|
|
*.so
|
|
|
|
*.dylib
|
|
|
|
|
|
|
|
# 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)
|
2023-04-20 03:50:03 +08:00
|
|
|
vendor/
|
2020-06-21 18:32:08 +08:00
|
|
|
|
2023-03-29 00:43:33 +08:00
|
|
|
dist/
|
2021-02-21 08:31:50 +08:00
|
|
|
/headscale
|
2020-06-21 18:32:08 +08:00
|
|
|
config.json
|
2021-10-23 00:51:19 +08:00
|
|
|
config.yaml
|
2024-09-07 15:23:58 +08:00
|
|
|
config*.yaml
|
2021-12-02 02:32:47 +08:00
|
|
|
derp.yaml
|
2021-12-02 03:02:00 +08:00
|
|
|
*.hujson
|
2020-06-21 18:32:08 +08:00
|
|
|
*.key
|
2021-05-15 20:36:56 +08:00
|
|
|
/db.sqlite
|
2021-08-09 00:50:32 +08:00
|
|
|
*.sqlite3
|
2021-08-23 03:47:31 +08:00
|
|
|
|
|
|
|
# Exclude Jetbrains Editors
|
|
|
|
.idea
|
2021-09-13 00:18:34 +08:00
|
|
|
|
2023-01-30 17:20:08 +08:00
|
|
|
test_output/
|
|
|
|
control_logs/
|
2022-03-08 00:51:38 +08:00
|
|
|
|
|
|
|
# Nix build output
|
|
|
|
result
|
2022-03-19 17:23:03 +08:00
|
|
|
.direnv/
|
2022-06-13 01:26:44 +08:00
|
|
|
|
|
|
|
integration_test/etc/config.dump.yaml
|
2023-03-28 02:37:25 +08:00
|
|
|
|
|
|
|
# MkDocs
|
|
|
|
.cache
|
|
|
|
/site
|
2023-05-11 15:09:18 +08:00
|
|
|
|
|
|
|
__debug_bin
|