af9f331781
Minimal Go service: /healthz + /v1/tenants/by-slug/:slug + /v1/tenants/:id with an in-memory store seeded with the acme tenant. Stdlib-only; pgx + JWT validation land in M4.1 follow-up.
39 lines
273 B
Plaintext
39 lines
273 B
Plaintext
# OS
|
|
.DS_Store
|
|
Thumbs.db
|
|
|
|
# Editors
|
|
.vscode/
|
|
.idea/
|
|
*.swp
|
|
*~
|
|
|
|
# Local secrets
|
|
.env
|
|
.env.local
|
|
.env.*.local
|
|
|
|
# Build outputs
|
|
dist/
|
|
build/
|
|
out/
|
|
target/
|
|
coverage/
|
|
*.log
|
|
*.tmp
|
|
|
|
# Node
|
|
node_modules/
|
|
.pnpm-store/
|
|
.next/
|
|
.turbo/
|
|
|
|
# Go
|
|
*.test
|
|
*.out
|
|
vendor/
|
|
|
|
# Rust
|
|
**/target/
|
|
bin/
|