2020-06-21 11:21:07 +02: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)
|
|
|
|
# vendor/
|
2020-06-21 12:32:08 +02:00
|
|
|
|
2023-03-28 18:43:33 +02:00
|
|
|
dist/
|
2021-02-21 01:31:50 +01:00
|
|
|
/headscale
|
2020-06-21 12:32:08 +02:00
|
|
|
config.json
|
2021-10-22 16:51:19 +00:00
|
|
|
config.yaml
|
2021-12-01 19:32:47 +01:00
|
|
|
derp.yaml
|
2021-12-01 20:02:00 +01:00
|
|
|
*.hujson
|
2020-06-21 12:32:08 +02:00
|
|
|
*.key
|
2021-05-15 14:36:56 +02:00
|
|
|
/db.sqlite
|
2021-08-08 17:50:32 +01:00
|
|
|
*.sqlite3
|
2021-08-22 21:47:31 +02:00
|
|
|
|
|
|
|
# Exclude Jetbrains Editors
|
|
|
|
.idea
|
2021-09-12 18:18:34 +02:00
|
|
|
|
2023-01-30 10:20:08 +01:00
|
|
|
test_output/
|
|
|
|
control_logs/
|
2022-03-07 16:51:38 +00:00
|
|
|
|
|
|
|
# Nix build output
|
|
|
|
result
|
2022-03-19 09:23:03 +00:00
|
|
|
.direnv/
|
2022-06-12 17:26:44 +00:00
|
|
|
|
|
|
|
integration_test/etc/config.dump.yaml
|
2023-03-27 21:37:25 +03:00
|
|
|
|
|
|
|
# MkDocs
|
|
|
|
.cache
|
|
|
|
/site
|