36 lines
494 B
Plaintext
36 lines
494 B
Plaintext
# Node modules
|
|
node_modules/
|
|
|
|
# Logs
|
|
logs
|
|
*.log
|
|
npm-debug.log*
|
|
|
|
# Build output
|
|
dist/
|
|
build/*.txt
|
|
|
|
# System files
|
|
.DS_Store
|
|
Thumbs.db
|
|
|
|
# Environment variables
|
|
.env
|
|
|
|
CLAUDE.md
|
|
|
|
# User-created content (prefixed with .)
|
|
# These allow users to create custom content without conflicts
|
|
expansion-packs/.*
|
|
agents/.*
|
|
agent-teams/.*
|
|
agent-team-workflows/.*
|
|
bmad-core/personas/.*
|
|
bmad-core/tasks/.*
|
|
bmad-core/templates/.*
|
|
bmad-core/checklists/.*
|
|
bmad-core/data/.*
|
|
bmad-core/ide-agents/.*
|
|
|
|
.ai/*web-build/
|