mirror of
https://github.com/bmad-code-org/BMAD-METHOD.git
synced 2026-01-30 04:32:02 +00:00
68 lines
699 B
Plaintext
68 lines
699 B
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
|
|
*.stats.md
|
|
|
|
z*/
|
|
|
|
_bmad
|
|
_bmad-output
|
|
.claude
|
|
.codex
|
|
.github/chatmodes
|
|
.github/agents
|
|
.agent
|
|
.agentvibes/
|
|
.kiro/
|
|
.roo
|
|
|
|
bmad-custom-src/
|
|
|
|
# Astro / Documentation Build
|
|
website/.astro/
|
|
website/dist/
|
|
build/
|