48 lines
533 B
Plaintext
48 lines
533 B
Plaintext
# Dependencies
|
|
node_modules/
|
|
|
|
# Next.js
|
|
.next/
|
|
out/
|
|
|
|
# Production
|
|
build/
|
|
dist/
|
|
|
|
# Misc
|
|
.DS_Store
|
|
*.pem
|
|
.env*.local
|
|
|
|
# npm (project uses pnpm)
|
|
package-lock.json
|
|
|
|
# Debug
|
|
npm-debug.log*
|
|
yarn-debug.log*
|
|
yarn-error.log*
|
|
|
|
# Vercel
|
|
.vercel
|
|
|
|
# TypeScript
|
|
*.tsbuildinfo
|
|
next-env.d.ts
|
|
.env
|
|
.data/
|
|
aegis/
|
|
|
|
# Playwright
|
|
test-results/
|
|
playwright-report/
|
|
.tmp/
|
|
.playwright-mcp/
|
|
|
|
# Local QA screenshots
|
|
/e2e-debug-*.png
|
|
/e2e-channels-*.png
|
|
|
|
# Claude Code context files (root CLAUDE.md is committed for AI agent discovery)
|
|
**/CLAUDE.md
|
|
!/CLAUDE.md
|