Files
panel/.claudeignore
T
dbledeez a00bd620a1 Panel — public source drop (v0.9.0)
Self-hostable game-server control panel: controller + agent + 26 game
modules. One-line install (prebuilt release, no Go required):

  curl -fsSL https://git.pdxtechs.com/dbledeez/panel/raw/branch/main/install.sh | sudo bash

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
2026-07-14 21:17:39 -07:00

35 lines
628 B
Plaintext

# 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