headscale/.gitignore

34 lines
437 B
Text
Raw Normal View History

2020-06-21 03:21:07 -06: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 04:32:08 -06:00
2021-02-20 17:31:50 -07:00
/headscale
2020-06-21 04:32:08 -06:00
config.json
2021-10-22 10:51:19 -06:00
config.yaml
derp.yaml
*.hujson
2020-06-21 04:32:08 -06:00
*.key
2021-05-15 06:36:56 -06:00
/db.sqlite
*.sqlite3
2021-08-22 13:47:31 -06:00
# Exclude Jetbrains Editors
.idea
2021-08-20 09:50:55 -06:00
test_output/
# Nix build output
result
2022-03-19 03:23:03 -06:00
.direnv/