Files
app/.gitignore
Albert e4bd3282fd chore: Clean up unused files and add .claude settings to gitignore
- Add .claude/settings.local.json to gitignore (user-specific settings)
- Remove unused history.txt (SurrealDB query history)
- Remove unused .env.test.example (testing template no longer used)

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-11-09 18:37:48 +00:00

48 lines
605 B
Plaintext

# See https://help.github.com/articles/ignoring-files/ for more about ignoring files.
# dependencies
/node_modules
/.pnp
.pnp.js
# testing
/coverage
# next.js
/.next/
/out/
# production
/build
# misc
.DS_Store
*.pem
# debug
npm-debug.log*
yarn-debug.log*
yarn-error.log*
# local env files (exclude all except .example.env)
.env
.env.*
*.env
!.example.env
# vercel
.vercel
# typescript
*.tsbuildinfo
next-env.d.ts
# playwright
/test-results/
/playwright-report/
/playwright/.cache/
.playwright-mcp/
# claude settings (keep .claude/CLAUDE.md but ignore user settings)
.claude/settings.local.json