Files
BMAD-METHOD/.gitignore
liyuyun-lyy 076c104b2c feat: add iflow cli support to bmad installer. (#510)
* feat: add iflow cli support

* chore: update project dependencies and development tooling (#508)

- Update various direct and transitive project dependencies.
- Remove the circular `bmad-method` self-dependency.
- Upgrade ESLint, Prettier, Jest, and other dev tools.
- Update semantic-release and related GitHub packages.

Co-authored-by: Kayvan Sylvan <kayvan@meanwhile.bm>

* refactor: refactor by format

---------

Co-authored-by: Kayvan Sylvan <kayvan@sylvan.com>
Co-authored-by: Kayvan Sylvan <kayvan@meanwhile.bm>
Co-authored-by: PinkyD <paulbeanjr@gmail.com>
Co-authored-by: Brian <bmadcode@gmail.com>
2025-09-06 13:44:48 -05:00

49 lines
551 B
Plaintext

# Dependencies
node_modules/
pnpm-lock.yaml
bun.lock
deno.lock
pnpm-workspace.yaml
package-lock.json
# Logs
logs/
*.log
npm-debug.log*
# Build output
build/*.txt
web-bundles/
# Environment variables
.env
# System files
.DS_Store
Thumbs.db
# Development tools and configs
.prettierignore
.prettierrc
# IDE and editor configs
.windsurf/
.trae/
.bmad*/
.cursor/
# AI assistant files
CLAUDE.md
.ai/*
.claude
.gemini
.iflow
# Project-specific
.bmad-core
.bmad-creator-tools
test-project-install/*
sample-project/*
flattened-codebase.xml
*.stats.md