2 Commits

Author SHA1 Message Date
Chever John
3ddc851340 chore: update .gitignore and purge MySQL data from tracking
- Replace hand-written gitignore with Go/macOS/VSCode template
- Add data/ to ignore list (MySQL binaries, redo logs, PEM certs)
- Remove data/ from index to stop tracking sensitive files
  (ca-key.pem, client-key.pem, ibdata, binlogs, etc.)

Made-with: Cursor
2026-02-28 15:41:10 +08:00
Chever John
71a2d912e2 feat: initial commit for muyu-apiserver
Go service with gateway, RPC, model layers and k8s deploy configs.

Made-with: Cursor
2026-02-28 15:29:16 +08:00