.museignore
toml
sha256:969ddc5e88776e70af33c016b8777bb721356508ae5f304b3fb46c451494ece7
test(mwp3): Phase 4 — fix adjacent suite regressions, lock …
Sonnet 4.6
22 days ago
| 1 | [global] |
| 2 | patterns = [ |
| 3 | ".env", |
| 4 | ".env.staging", |
| 5 | ".env.production", |
| 6 | ".env.prod", |
| 7 | ".env.local", |
| 8 | # compiled JS/CSS — track source (src/ts, src/scss), not build output |
| 9 | "musehub/templates/musehub/static/app.js", |
| 10 | "musehub/templates/musehub/static/app.css", |
| 11 | "musehub/templates/musehub/static/embed.css", |
| 12 | "musehub/templates/musehub/static/embed-player.js", |
| 13 | "musehub/templates/musehub/static/css/app.css.map", |
| 14 | "musehub/templates/musehub/static/.cache-id", |
| 15 | # mkcert-generated local TLS — each developer generates their own pair, |
| 16 | # these are never shared or committed. |
| 17 | "deploy/local-tls/localhost.crt", |
| 18 | "deploy/local-tls/localhost.key", |
| 19 | # Wrangler (Cloudflare Workers CLI) build state — local only. |
| 20 | "cloudflare/**/.wrangler/**", |
| 21 | ] |
File History
2 commits
sha256:969ddc5e88776e70af33c016b8777bb721356508ae5f304b3fb46c451494ece7
test(mwp3): Phase 4 — fix adjacent suite regressions, lock …
Sonnet 4.6
22 days ago
sha256:1749b9cc5cd2583c56d3261c4c00a342c27435f3946d4bc3e70f76aa2795458a
docs(mwp-3): TDD implementation plan for job-enqueue idempo…
Opus 4.8
22 days ago