Files
BMAD-METHOD/.prettierignore
2025-06-17 10:59:33 -05:00

22 lines
277 B
Plaintext

# Dependencies
node_modules/
package-lock.json
# Build outputs
dist/
web-bundles/
# Generated files
*.log
*.lock
# BMAD core files (have their own formatting)
bmad-core/**/*.md
# Specific files that need custom formatting
.roomodes
CHANGELOG.md
# IDE files
.vscode/
.idea/