- CI: lint, unit tests, production build on all branches - Docker build & push on all branches (tag :latest on main, :branch-* on others) - Deploy: SSH pull & restart on all branches (preprod validation) - Trigger workflow on self-modification (.github/workflows/ui.yml) Closes #38 Assisted-by: Claude:claude-sonnet-4-6
13 lines
84 B
Plaintext
13 lines
84 B
Plaintext
# IDE
|
|
.zed
|
|
.vscode
|
|
.idea
|
|
|
|
# Local
|
|
.claude/
|
|
.DS_Store
|
|
|
|
# Secrets
|
|
**/secrets/
|
|
**/.env
|