.museignore
toml
sha256:cdf3199afc0922bfe75c291cce68332c0b050ee9608990b3d6f8d0d3b0217e9a
chore: ignore .claude/ and .vscode/ local session state
Sonnet 5
2 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 | # Claude Code local session/IDE state — personal, machine-local, never |
| 24 | # shared. Matches the .claude/ pattern already used in muse and the |
| 25 | # ~/ecosystem workspace repo. |
| 26 | ".claude/", |
| 27 | ".vscode/", |
| 28 | ] |
File History
1 commit
sha256:cdf3199afc0922bfe75c291cce68332c0b050ee9608990b3d6f8d0d3b0217e9a
chore: ignore .claude/ and .vscode/ local session state
Sonnet 5
2 days ago