mirror of
https://github.com/bmad-code-org/BMAD-METHOD.git
synced 2026-08-28 11:10:51 +08:00
922c86d2c5
* docs: create Build a Change page and retire Quick Fixes and Build Consolidate how-to/quick-fixes and explanation/build into the canonical build/build-a-change page, opening with the sizing model and Where Build Fits table and preserving the Build diagram and intent examples. Add the Build sidebar group after Start, redirect both old routes, retarget first-party English links and the llms.txt entry, and close the resulting sidebar-order gaps. * fix(docs): track Build a Change page by scoping Astro build ignore The bare build/ gitignore rule also matched docs/build/, so the new canonical page never entered the prior commit. * docs: rewrite Build a Change page in plain English Name the skill as bmad-build instead of Build, drop the duplicated routing tables, and explain why it spends human attention on a few checkpoints instead of a Continue slog.
92 lines
1.2 KiB
Plaintext
92 lines
1.2 KiB
Plaintext
# Dependencies
|
|
**/node_modules/
|
|
pnpm-lock.yaml
|
|
bun.lock
|
|
deno.lock
|
|
pnpm-workspace.yaml
|
|
package-lock.json
|
|
|
|
test-output/*
|
|
coverage/
|
|
|
|
# Logs
|
|
logs/
|
|
*.log
|
|
npm-debug.log*
|
|
|
|
# Build output
|
|
build/*.txt
|
|
|
|
design-artifacts/
|
|
|
|
# Environment variables
|
|
.env
|
|
|
|
# Python
|
|
__pycache__/
|
|
.pytest_cache/
|
|
|
|
# BMad run artifacts (memlogs are per-run working memory, never committed)
|
|
.memlog.md
|
|
|
|
# System files
|
|
.DS_Store
|
|
Thumbs.db
|
|
|
|
# Development tools and configs
|
|
.prettierrc
|
|
|
|
# AI assistant files
|
|
CLAUDE.md
|
|
.ai/*
|
|
cursor
|
|
.gemini
|
|
.mcp.json
|
|
CLAUDE.local.md
|
|
.serena/
|
|
.claude/settings.local.json
|
|
.junie/
|
|
.agents/
|
|
.analysis/
|
|
|
|
|
|
z*/
|
|
!docs/zh-cn/
|
|
|
|
_bmad
|
|
_bmad-output
|
|
|
|
# Personal customization files (team files are committed, personal files are not)
|
|
_bmad/custom/*.user.toml
|
|
.clinerules
|
|
# .augment/ is gitignored except tracked config files — add exceptions explicitly
|
|
.augment/*
|
|
!.augment/code_review_guidelines.yaml
|
|
.codebuddy
|
|
.crush
|
|
.cursor
|
|
.iflow
|
|
.opencode
|
|
.qwen
|
|
.rovodev
|
|
.kilocodemodes
|
|
.claude
|
|
.codex
|
|
.github/chatmodes
|
|
.github/agents
|
|
.agent
|
|
.agentvibes
|
|
.kiro
|
|
.roo
|
|
.trae
|
|
.windsurf
|
|
|
|
|
|
# Astro / Documentation Build (repo-root output only — not docs/build/)
|
|
website/.astro/
|
|
website/dist/
|
|
/build/
|
|
|
|
# Web bundle release artifacts
|
|
dist/web-bundles/
|