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
|
|
|
|
*.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/
|