chore: initial commit of Go API gateway
Baseline for the Kong replacement on api.riotpiao.com. Brings the working tree under version control for the first time: gateway source, the task board that drives the agent runs, test fixtures, and K8s manifests. Anchor the gateway ignore rule to the repo root. Unanchored, "gateway" also matched the cmd/gateway/ source directory, so the program entrypoint was excluded from every commit. Co-Authored-By: Claude Opus 5 (1M context) <[email protected]>
This commit is contained in:
+23
@@ -0,0 +1,23 @@
|
||||
# Binaries
|
||||
/bin/
|
||||
/dist/
|
||||
# Anchored: an unanchored "gateway" also matches the cmd/gateway/ source directory.
|
||||
/gateway
|
||||
|
||||
# Go
|
||||
*.test
|
||||
*.out
|
||||
coverage.*
|
||||
go.work
|
||||
go.work.sum
|
||||
|
||||
# Local config and secrets — never commit
|
||||
.env
|
||||
*.local.yaml
|
||||
*.local.yml
|
||||
|
||||
# Editor
|
||||
.DS_Store
|
||||
.idea/
|
||||
*.swp
|
||||
.task-runs
|
||||
Reference in New Issue
Block a user