headscale/.gitignore

46 lines
539 B
Text
Raw Permalink Normal View History

ignored/
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
dist/
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
test_output/
control_logs/
# Nix build output
result
2022-03-19 18:23:03 +09:00
.direnv/
2022-06-13 02:26:44 +09:00
integration_test/etc/config.dump.yaml
2023-03-28 03:37:25 +09:00
# MkDocs
.cache
/site
__debug_bin