.museignore
toml
sha256:7281683f5c41e5d88b6d8811fbdafebd3e01a0c9dcd90975cfcb444ba71e8e81
docs: add local source-of-truth for musehub#225, #226, #227…
Sonnet 5
16 hours ago
| 1 | [global] |
| 2 | patterns = [ |
| 3 | ".env", |
| 4 | ".env.staging", |
| 5 | ".env.production", |
| 6 | ".env.prod", |
| 7 | ".env.local", |
| 8 | # macOS Finder metadata — never shared or committed. |
| 9 | "**/.DS_Store", |
| 10 | # compiled JS/CSS — track source (src/ts, src/scss), not build output |
| 11 | "musehub/templates/musehub/static/app.js", |
| 12 | "musehub/templates/musehub/static/app.css", |
| 13 | "musehub/templates/musehub/static/embed.css", |
| 14 | "musehub/templates/musehub/static/embed-player.js", |
| 15 | "musehub/templates/musehub/static/css/app.css.map", |
| 16 | "musehub/templates/musehub/static/.cache-id", |
| 17 | # mkcert-generated local TLS — each developer generates their own pair, |
| 18 | # these are never shared or committed. |
| 19 | "deploy/local-tls/localhost.crt", |
| 20 | "deploy/local-tls/localhost.key", |
| 21 | # Wrangler (Cloudflare Workers CLI) build state — local only. |
| 22 | "cloudflare/**/.wrangler/**", |
| 23 | ] |
File History
1 commit
sha256:7281683f5c41e5d88b6d8811fbdafebd3e01a0c9dcd90975cfcb444ba71e8e81
docs: add local source-of-truth for musehub#225, #226, #227…
Sonnet 5
16 hours ago