headscale/.gitignore

48 lines
559 B
Plaintext
Raw Permalink Normal View History

ignored/
tailscale/
.vscode/
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
dist/
2021-02-21 00:31:50 +00:00
/headscale
2020-06-21 10:32:08 +00:00
config.json
2021-10-22 16:51:19 +00:00
config.yaml
derp.yaml
*.hujson
2020-06-21 10:32:08 +00:00
*.key
2021-05-15 12:36:56 +00:00
/db.sqlite
*.sqlite3
2021-08-22 19:47:31 +00:00
# Exclude Jetbrains Editors
.idea
test_output/
control_logs/
# Nix build output
result
2022-03-19 09:23:03 +00:00
.direnv/
2022-06-12 17:26:44 +00:00
integration_test/etc/config.dump.yaml
2023-03-27 18:37:25 +00:00
# MkDocs
.cache
/site
__debug_bin