Files
BMAD-METHOD/.gitignore
Brian Madison 52b82651f7 minor updates
2025-06-10 21:07:27 -05:00

35 lines
483 B
Plaintext

# Node modules
node_modules/
# Logs
logs
*.log
npm-debug.log*
# Build output
dist/
build/*.txt
# System files
.DS_Store
Thumbs.db
# Environment variables
.env
CLAUDE.md
# User-created content (prefixed with .)
# These allow users to create custom content without conflicts
expansion-packs/.*
agents/.*
agent-teams/.*
agent-team-workflows/.*
bmad-core/personas/.*
bmad-core/tasks/.*
bmad-core/templates/.*
bmad-core/checklists/.*
bmad-core/data/.*
bmad-core/ide-agents/.*
.ai/*