mirror of
https://github.com/bmadcode/BMAD-METHOD.git
synced 2025-12-17 09:45:25 +00:00
- Module discovery now scans entire project recursively for install-config.yaml - Removed hardcoded module locations (bmad-custom-src, etc.) - Modules can exist anywhere with _module-installer/install-config.yaml - All modules treated equally regardless of location - No special UI handling for 'custom' modules - Core module excluded from selection list (always installed first) - Only install-config.yaml is valid (removed support for legacy config.yaml) Modules are now discovered by structure, not location.
77 lines
1.0 KiB
Plaintext
77 lines
1.0 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
|
|
|
|
# Environment variables
|
|
.env
|
|
|
|
# System files
|
|
.DS_Store
|
|
Thumbs.db
|
|
|
|
# Development tools and configs
|
|
.prettierrc
|
|
|
|
# IDE and editor configs
|
|
.windsurf/
|
|
.trae/
|
|
.bmad*/.cursor/
|
|
|
|
# AI assistant files
|
|
CLAUDE.md
|
|
.ai/*
|
|
cursor
|
|
.gemini
|
|
.mcp.json
|
|
CLAUDE.local.md
|
|
.serena/
|
|
.claude/settings.local.json
|
|
|
|
# Project-specific
|
|
.bmad-core
|
|
.bmad-creator-tools
|
|
test-project-install/*
|
|
sample-project/*
|
|
flattened-codebase.xml
|
|
*.stats.md
|
|
.internal-docs/
|
|
#UAT template testing output files
|
|
tools/template-test-generator/test-scenarios/
|
|
|
|
# Bundler temporary files and generated bundles
|
|
.bundler-temp/
|
|
|
|
# Generated web bundles (built by CI, not committed)
|
|
src/modules/bmm/sub-modules/
|
|
src/modules/bmb/sub-modules/
|
|
src/modules/cis/sub-modules/
|
|
src/modules/bmgd/sub-modules/
|
|
shared-modules
|
|
z*/
|
|
|
|
.bmad
|
|
.claude
|
|
.codex
|
|
.github/chatmodes
|
|
.agent
|
|
.agentvibes/
|
|
.kiro/
|
|
.roo
|
|
|
|
bmad-custom-src/ |