gabriel / musehub public
.museignore toml
23 lines 835 B
Raw
sha256:bba4b69de173366aeb7d490d687ccffb6db9726374033addece89cf2b87642d8 docs: add production launch discovery report and infra laun… Sonnet 5 8 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 2 commits
sha256:bba4b69de173366aeb7d490d687ccffb6db9726374033addece89cf2b87642d8 docs: add production launch discovery report and infra laun… Sonnet 5 8 days ago
sha256:eb0928124669c933c0ef852bea1ad0c56649cf21bd7e9663c3b51004771b0591 docs: add MuseHub cloud identity/AWS operating model and Go… Sonnet 5 patch 9 days ago