Removed from repo and disk: - _bmad/, _bmad-output/, .agent/, .claude/, .cursor/, .gemini/, .kilocode/, .opencode/, .playwright-mcp/, .ralph/, .github/, bmalph/ - docs/ directory (outdated architecture docs) - Root markdown files (18 obsolete docs) - Root images (8 screenshots/test images) - MCP server docs and N8N workflow JSONs (7 files) - memento-note junk (test files, temp files, color guides, old DB) - Root package-lock.json, package.json.bak Updated .gitignore to prevent re-tracking. Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
75 lines
738 B
Plaintext
75 lines
738 B
Plaintext
# Dependencies
|
|
node_modules/
|
|
.pnp
|
|
.pnp.js
|
|
|
|
# Testing
|
|
coverage/
|
|
|
|
# Next.js
|
|
.next/
|
|
out/
|
|
build/
|
|
|
|
# Production
|
|
dist/
|
|
|
|
# Misc
|
|
.DS_Store
|
|
*.pem
|
|
|
|
# Debug
|
|
npm-debug.log*
|
|
yarn-debug.log*
|
|
yarn-error.log*
|
|
|
|
# Local env files
|
|
.env
|
|
.env*.local
|
|
|
|
# Vercel
|
|
.vercel
|
|
|
|
# TypeScript
|
|
*.tsbuildinfo
|
|
next-env.d.ts
|
|
|
|
# Prisma
|
|
prisma/dev.db
|
|
prisma/dev.db-journal
|
|
prisma/*.db
|
|
prisma/*.db-journal
|
|
prisma/client-generated/
|
|
|
|
# MCP server logs
|
|
mcp-server/*.log
|
|
|
|
# AI agent tool configs
|
|
.agent/
|
|
.claude/
|
|
.cursor/
|
|
.gemini/
|
|
.kilocode/
|
|
.opencode/
|
|
.playwright-mcp/
|
|
.ralph/
|
|
bmalph/
|
|
|
|
# Build tool configs
|
|
_bmad/
|
|
_bmad-output/
|
|
.github/
|
|
|
|
# Root junk
|
|
docs/
|
|
*.png
|
|
*.jpg
|
|
*.jpeg
|
|
package-lock.json
|
|
package.json.bak
|
|
|
|
# Temp/test files
|
|
test-note-id.txt
|
|
temp_*.txt
|
|
git_version_backup.txt
|