mirror of
https://github.com/Hestia-Homes/assessment-model.git
synced 2026-07-27 22:45:03 +00:00
Impeccable pass. Replaces the solid full-saturation chips (a heavy-accent inconsistency vs the settings card's soft chips) with a single quiet vocabulary per PRODUCT.md: a soft tint of the Tag's freeform hex, a colour dot, and dark hue-preserving ink whose contrast on the tint is guaranteed ≥4.5:1 for any colour (new tagChipTokens, TDD — yellow and every hue verified). Settings, table, filter, bulk bar, upload, and run UI now share one TagChip. Also drops a stray dev scratch file and gitignores the pattern. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
54 lines
709 B
Text
54 lines
709 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
|
|
|
|
# transient local scratch (dev session helpers)
|
|
.mint.cjs
|
|
.chip-preview.*
|
|
.shot.cjs
|
|
scratch-*.cjs
|