1
0
mirror of https://github.com/juanfont/headscale.git synced 2024-10-17 20:05:55 +02:00
juanfont.headscale/.gitignore

34 lines
437 B
Plaintext
Raw Normal View History

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