48 lines
541 B
Plaintext
48 lines
541 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
|
|
.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/*
|
|
flattened-codebase.xml
|
|
|