headscale/.gitignore

48 lines
559 B
Plaintext
Raw Normal View History

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