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