- delete api/requests.http and ARCHITECTURE.md (coordinator content) - rewrite README.md and .env.example for the userservice - drop dead RunPeriodic (reaper machinery userservice has no use for) - fix .gitignore/.dockerignore/.golangci.yml module + artifact names - degeneralize stale copied comments that said "coordinator"
17 lines
227 B
Plaintext
17 lines
227 B
Plaintext
# Keep the build context small and never bake secrets or local state into an image.
|
|
.env
|
|
.git
|
|
.gitignore
|
|
*.md
|
|
Makefile
|
|
docker-compose.yml
|
|
Dockerfile
|
|
.dockerignore
|
|
|
|
# Local build artifacts
|
|
/userservice
|
|
/bin/
|
|
*.out
|
|
/data/
|
|
/logs/
|