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