assessment-model/.gitignore
Khalim Conn-Kowlessar 1d12fa1baf refactor(tags): one calm, AA-safe chip vocabulary across every surface
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>
2026-07-13 19:09:27 +00:00

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