gabriel / musehub public
.museignore toml
23 lines 835 B
Raw
sha256:c3910cc561368d2b40576c1fbb0841b5d3abefd0a65c96c85114a7238222c77c fix: root-of-push snapshots were never hash-verified before… Sonnet 5 patch 4 days 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:c3910cc561368d2b40576c1fbb0841b5d3abefd0a65c96c85114a7238222c77c fix: root-of-push snapshots were never hash-verified before… Sonnet 5 patch 4 days ago