Approved design for migrating the admin frontend off ~7,100 lines of hand-written CSS onto MUI, themed to the existing brand, dark/light preserved, modern 'soft-SaaS shell + dense tables' look, rolled out incrementally (foundation-first, always shippable). Verified via 4-way adversarial review (editorial, MUI-docs accuracy, codebase-fit, completeness) with fixes applied. Also gitignores .superpowers/ brainstorm mockups. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
19 lines
224 B
Plaintext
19 lines
224 B
Plaintext
node_modules/
|
|
dist/
|
|
.env
|
|
.env.test
|
|
.env.production
|
|
*.log
|
|
dist-client/
|
|
*.css.map
|
|
|
|
# Release archives
|
|
*.tar.gz
|
|
|
|
# Claude worktrees
|
|
.claude/worktrees/
|
|
.claude/settings.local.json
|
|
|
|
# Superpowers brainstorm mockups
|
|
.superpowers/
|