gabriel / musehub public
.museignore toml
21 lines 760 B
Raw
sha256:1dd27e6d5c24550177b01b0a171e8375c07cf046b549e7683364706b6522d3bc docs(#139): mark all 11 checklist items resolved, document … Sonnet 5 12 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:1dd27e6d5c24550177b01b0a171e8375c07cf046b549e7683364706b6522d3bc docs(#139): mark all 11 checklist items resolved, document … Sonnet 5 12 days ago
sha256:649011bedd713e22f7dca4c4be94bdefbf3b10950d9fc80235928d0b0b823be8 docs: track issue #139 (two-column app-shell refactor) plan… Sonnet 5 12 days ago