* fix: Update console.log for user-guide.md install path Changed IMPORTANT: Please read the user guide installed at docs/user-guilde.md to IMPORTANT: Please read the user guide installed at .bmad-core/user-guide.md WHY: the actual install location of the user-guide.md is in the .bmad-core directory. * chore: remove formatting configs and clean up gitignore - Delete husky pre-commit hook and prettier config files - Remove VS Code chat/copilot settings - Reorganize and clean up gitignore entries
45 lines
497 B
Plaintext
45 lines
497 B
Plaintext
# Dependencies
|
|
node_modules/
|
|
package-lock.json
|
|
pnpm-lock.yaml
|
|
bun.lock
|
|
deno.lock
|
|
|
|
# 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
|
|
.husky/
|
|
|
|
# IDE and editor configs
|
|
.windsurf/
|
|
.trae/
|
|
.bmad*/.cursor/
|
|
|
|
# AI assistant files
|
|
CLAUDE.md
|
|
.ai/*
|
|
.claude
|
|
.gemini
|
|
|
|
# Project-specific
|
|
.bmad-core
|
|
.bmad-creator-tools
|
|
test-project-install/*
|
|
sample-project/*
|