cced962bff
Moves PLAN.md, STRIPE_PLAN.md, VITRINE_PLAN.md, WHATS_NEW_PLAN.md into a gitignored plans/ directory instead of tracking them individually. Drops SECURITY_AUDIT.md and its follow-up — session-scoped audit notes, already captured in CHANGELOG.md and the actual code fixes. Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
48 lines
431 B
Plaintext
48 lines
431 B
Plaintext
# Dependencies
|
|
node_modules/
|
|
.pnpm-store/
|
|
|
|
# Next.js
|
|
.next/
|
|
out/
|
|
.vercel/
|
|
|
|
# Build outputs
|
|
dist/
|
|
build/
|
|
|
|
# Environment
|
|
.env
|
|
.env.local
|
|
.env.*.local
|
|
.env.production
|
|
|
|
# Drizzle snapshots
|
|
packages/db/src/migrations/meta/*.snap
|
|
|
|
# OS
|
|
.DS_Store
|
|
Thumbs.db
|
|
|
|
# Logs
|
|
*.log
|
|
npm-debug.log*
|
|
pnpm-debug.log*
|
|
|
|
# TypeScript
|
|
*.tsbuildinfo
|
|
|
|
# Editor
|
|
.vscode/
|
|
.idea/
|
|
*.swp
|
|
*.swo
|
|
|
|
# Test coverage
|
|
coverage/
|
|
|
|
# Misc
|
|
.claude/
|
|
project_epicure.md
|
|
plans/
|