assessment-model/.gitignore
Khalim Conn-Kowlessar 158d5ded92 fix(postcode-search): PR #355 review feedback
- Order address candidates naturally so Flat 2 sorts before Flat 10
  (TDD'd in the domain core; numeric locale compare).
- Disable spell check / autocomplete / autocorrect on the postcode input.
- Long result lists and the tray's postcode chips now scroll inside
  their containers instead of growing the page.
- gitignore docs/wip/** and untrack the postcode-search handover doc.

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
2026-07-06 15:13:49 +00:00

48 lines
610 B
Text

# 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
*.idea/
# debug
npm-debug.log*
yarn-debug.log*
yarn-error.log*
# local env files
.env*.local
env.local
cypress.env.json
.env*.development
# vercel
.vercel
# typescript
*.tsbuildinfo
next-env.d.ts
backlog/**
# Session working notes / handovers — not for review (PR #355 feedback)
docs/wip/**
# Personal Claude Code settings (per-developer, not shared)
.claude/settings.local.json