gabriel / musehub public
.museignore toml
23 lines 835 B
Raw
sha256:8e05daa29ba6702b4a2380a16d690ba31cc099d69c5c859bc6e6f16a0e945f99 Merge 'fix/deploy-memory-limits-and-log-group' into 'dev' —… Human 7 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 3 commits
sha256:8e05daa29ba6702b4a2380a16d690ba31cc099d69c5c859bc6e6f16a0e945f99 Merge 'fix/deploy-memory-limits-and-log-group' into 'dev' —… Human 7 days ago
sha256:3fadb0439bba9451b89229676971c0d4a40900dec7810e9d5f8791b8d950d505 fix: install.sh version from latest published tarball, not … Sonnet 4.6 minor 99 days ago
sha256:763eb2cb8675073b84c19345b27586d2ed939a9aee97c5479b69f502f1a70eff fix(tests): update test suite to match current implementation Sonnet 4.6 patch 120 days ago