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

25 lines
355 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
*.key
2021-05-15 14:36:56 +02:00
/db.sqlite
*.sqlite3
2021-08-22 21:47:31 +02:00
# Exclude Jetbrains Editors
.idea