panel v0.9.2 — public release
Self-hostable game server control panel: Go controller + agent, 26 game modules, embedded web UI. One-line install via install.sh / install.ps1. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
This commit is contained in:
@@ -0,0 +1,34 @@
|
||||
# Runtime data — gitignored and churns constantly
|
||||
# (CA certs, agent certs, per-instance sidecar metadata, container logs, backups)
|
||||
data/
|
||||
|
||||
# Compiled binaries (dev artifacts, not source)
|
||||
agent.exe
|
||||
controller.exe
|
||||
panelctl.exe
|
||||
*.exe
|
||||
|
||||
# Generated protobuf stubs — regenerated by `buf generate`
|
||||
# Keep them searchable since they're committed, but deprioritize vs. source proto
|
||||
# (no ignore — just noting that proto/panel/v1/*.pb.go is generated)
|
||||
|
||||
# Go build + test caches
|
||||
*.test
|
||||
*.prof
|
||||
vendor/
|
||||
|
||||
# Git internals
|
||||
.git/
|
||||
|
||||
# Editor / OS
|
||||
.vscode/
|
||||
.idea/
|
||||
.DS_Store
|
||||
Thumbs.db
|
||||
|
||||
# Archive / backup files
|
||||
*.rar
|
||||
*.zip
|
||||
*.7z
|
||||
*.tar
|
||||
*.tar.gz
|
||||
Reference in New Issue
Block a user