BMAD-METHOD/.gitignore

35 lines
345 B
Plaintext

# Node modules
node_modules/
# Logs
logs
*.log
npm-debug.log*
# Build output
dist/
build/
# System files
.DS_Store
# Environment variables
.env
# BMAD system and exam implementation
.bmad/
exam/
# IDE and temporary files
.idea/
.vscode/
*.tmp
*.temp
# OS generated files
Thumbs.db
*.swp
*.swo
CLAUDE.md