headscale/.gitignore

27 lines
370 B
Plaintext
Raw Normal View History

2020-06-21 09:21:07 +00: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 10:32:08 +00:00
2021-02-21 00:31:50 +00:00
/headscale
2020-06-21 10:32:08 +00:00
config.json
*.key
2021-05-15 12:36:56 +00:00
/db.sqlite
*.sqlite3
2021-08-22 19:47:31 +00:00
# Exclude Jetbrains Editors
.idea
2021-08-20 15:50:55 +00:00
test_output/