headscale/.gitignore

33 lines
428 B
Text
Raw Normal View History

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
derp.yaml
*.hujson
2020-06-21 19:32:08 +09:00
*.key
2021-05-15 21:36:56 +09:00
/db.sqlite
*.sqlite3
2021-08-23 04:47:31 +09:00
# Exclude Jetbrains Editors
.idea
2021-08-21 00:50:55 +09:00
test_output/
# Nix build output
result