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)
|
|
|
|
# vendor/
|
2020-06-21 18:32:08 +08:00
|
|
|
|
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
|
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
|
|
|
|
2021-08-20 23:50:55 +08:00
|
|
|
test_output/
|
2022-03-08 00:51:38 +08:00
|
|
|
|
|
|
|
# Nix build output
|
|
|
|
result
|
2022-03-19 17:23:03 +08:00
|
|
|
.direnv/
|