gabriel / musehub public
.museignore toml
23 lines 835 B
Raw
sha256:95c1e74446fa16e9155eac4d5ded6fcfc9df130916d4dc84b53a98097fb96575 docs: fix stale production instance ID/account in incident … 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:95c1e74446fa16e9155eac4d5ded6fcfc9df130916d4dc84b53a98097fb96575 docs: fix stale production instance ID/account in incident … Sonnet 5 16 hours ago