2020-06-21 03:21:07 -06: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 04:32:08 -06:00
|
|
|
|
2021-02-20 17:31:50 -07:00
|
|
|
/headscale
|
2020-06-21 04:32:08 -06:00
|
|
|
config.json
|
2021-10-22 10:51:19 -06:00
|
|
|
config.yaml
|
2021-12-01 11:32:47 -07:00
|
|
|
derp.yaml
|
2021-12-01 12:02:00 -07:00
|
|
|
*.hujson
|
2020-06-21 04:32:08 -06:00
|
|
|
*.key
|
2021-05-15 06:36:56 -06:00
|
|
|
/db.sqlite
|
2021-08-08 10:50:32 -06:00
|
|
|
*.sqlite3
|
2021-08-22 13:47:31 -06:00
|
|
|
|
|
|
|
# Exclude Jetbrains Editors
|
|
|
|
.idea
|
2021-09-12 10:18:34 -06:00
|
|
|
|
2021-08-20 09:50:55 -06:00
|
|
|
test_output/
|
2022-03-07 09:51:38 -07:00
|
|
|
|
|
|
|
# Nix build output
|
|
|
|
result
|