mirror of
https://github.com/stephenleo/bmad-autonomous-development.git
synced 2026-04-25 20:34:55 +02:00
23 lines
230 B
Plaintext
23 lines
230 B
Plaintext
# Dependencies
|
|
node_modules/
|
|
package-lock.json
|
|
pnpm-lock.yaml
|
|
|
|
# Logs
|
|
*.log
|
|
|
|
# Environment
|
|
.env
|
|
|
|
# System
|
|
.DS_Store
|
|
Thumbs.db
|
|
|
|
# Build output
|
|
build/
|
|
|
|
# BMad project files (generated at install time)
|
|
_bmad/
|
|
_bmad-output/
|
|
.*/skills
|