Add complete BMAD method implementation including: - 20+ specialized agents (dev, qa, pm, architect, etc.) - 50+ reusable tasks for workflow automation - IDE-specific configurations for Claude, Cursor, Gemini - Chat modes and rule definitions for various environments - Web bundles and team configurations - Documentation and checklists for BMAD processes This establishes the full BMAD ecosystem for collaborative development workflows.
42 lines
376 B
Plaintext
42 lines
376 B
Plaintext
# BMad Method
|
|
.bmad-core
|
|
.claude/commands/BMad
|
|
docs/
|
|
|
|
# Node modules
|
|
node_modules/
|
|
|
|
# Environment variables
|
|
.env
|
|
.env.local
|
|
.env.*.local
|
|
|
|
# IDE
|
|
.vscode/
|
|
.idea/
|
|
*.swp
|
|
*.swo
|
|
*~
|
|
|
|
# OS
|
|
.DS_Store
|
|
Thumbs.db
|
|
|
|
# Logs
|
|
*.log
|
|
npm-debug.log*
|
|
yarn-debug.log*
|
|
yarn-error.log*
|
|
|
|
# Build output
|
|
dist/
|
|
build/
|
|
*.tsbuildinfo
|
|
|
|
# Temporary files
|
|
tmp/
|
|
temp/
|
|
# BMAD (local only)
|
|
.bmad-core/
|
|
.bmad-*/
|