mirror of
https://github.com/bmadcode/BMAD-METHOD.git
synced 2025-12-29 16:14:59 +00:00
21 lines
264 B
Plaintext
21 lines
264 B
Plaintext
|
|
# Dependencies
|
||
|
|
node_modules/
|
||
|
|
package-lock.json
|
||
|
|
|
||
|
|
# Build outputs
|
||
|
|
dist/
|
||
|
|
|
||
|
|
# 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/
|