Migrate Gitea remotes to git.tensordesign.com.au. Add assetUrl() utility that resolves image paths from Gitea ParsonsAssets repo when STORYBOOK_ASSET_BASE is set, enabling images on Chromatic-published Storybook while keeping local dev unchanged via staticDirs. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
45 lines
685 B
Plaintext
45 lines
685 B
Plaintext
node_modules/
|
|
dist/
|
|
storybook-static/
|
|
tokens/export/
|
|
*.local
|
|
.env
|
|
.env.*
|
|
.DS_Store
|
|
*.tgz
|
|
|
|
# AI agent tooling
|
|
.playwright-mcp/
|
|
.claude/
|
|
.agent/
|
|
.mcp.json
|
|
CLAUDE.md
|
|
AGENTS.md
|
|
GEMINI.md
|
|
QUICKSTART.md
|
|
bootstrap.sh
|
|
|
|
# Memory and reference docs (not for sharing)
|
|
docs/memory/
|
|
docs/reference/impeccable/
|
|
docs/reference/vercel/
|
|
docs/reference/cross-tool-workflow.md
|
|
docs/reference/how-to-work-with-both-tools.md
|
|
docs/reference/mcp-setup.md
|
|
docs/reference/retroactive-review-plan.md
|
|
|
|
# Deploy scripts (contain credentials)
|
|
scripts/
|
|
|
|
# Build logs
|
|
build-storybook.log
|
|
|
|
# Working docs (not for sharing)
|
|
documentation/
|
|
DESIGN.md
|
|
venue-services-snapshot.md
|
|
temp-db/
|
|
|
|
# Root-level screenshots
|
|
/*.png
|