BMAD-METHOD/.npmignore

40 lines
338 B
Plaintext

# Development files
.git
.github
.husky
.vscode
.claude
.agentvibes
.DS_Store
*.log
npm-debug.log*
.env*
# Test files
test/
coverage/
*.test.js
*.spec.js
# Documentation (keep README.md)
docs/
website/
*.pdf
# Build artifacts
dist/
build/
*.tgz
# IDE
.idea/
*.swp
*.swo
*~
# Misc
.editorconfig
.prettierrc*
.eslintrc*
.markdownlint*