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
|
|
|
|
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
|
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
|
|
|
|
2021-08-20 16:50:55 +01:00
|
|
|
test_output/
|
2021-10-26 20:37:37 +00:00
|
|
|
|
|
|
|
# Protobuf generated code
|
|
|
|
gen/
|