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/ |