mirror of
https://github.com/MirageNetwork/MirageServer.git
synced 2026-04-22 15:47:14 +08:00
73b461cd70
Signed-off-by: Chenyang Gao <gps949@outlook.com>
55 lines
716 B
Plaintext
55 lines
716 B
Plaintext
# Binaries for programs and plugins
|
|
*.exe
|
|
*.exe~
|
|
*.dll
|
|
*.so
|
|
*.dylib
|
|
__debug_bin
|
|
.swp
|
|
/MirageServer
|
|
|
|
# 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/
|
|
|
|
/dist/dist
|
|
/output
|
|
/.mirage
|
|
/Mirage
|
|
/dexdb.sqlite
|
|
config.json
|
|
config.yaml
|
|
derp.yaml
|
|
*.hujson
|
|
*.key
|
|
db.sqlite*
|
|
*.sqlite3
|
|
.db.sqlite-litestream
|
|
.vscode
|
|
/download
|
|
|
|
# Exclude Jetbrains Editors
|
|
.idea
|
|
|
|
test_output/
|
|
control_logs/
|
|
|
|
/controller/html
|
|
/controller/console_html
|
|
/controller/cockpit_html
|
|
|
|
# Nix build output
|
|
result
|
|
.direnv/
|
|
|
|
integration_test/etc/config.dump.yaml
|
|
|
|
/admin/node_modules/
|
|
|
|
#config directory
|
|
/.mirage |