-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
30 lines (27 loc) · 1.21 KB
/
Copy path.gitignore
File metadata and controls
30 lines (27 loc) · 1.21 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
target/
# Unanchored so it matches at ANY depth. `web/node_modules/` alone left the
# repo ROOT unignored, and a vitest cache file (node_modules/.vite/vitest/…/
# results.json) was committed through the gap — a stale record of one
# FAILING test run, which is the kind of artifact that is worse than noise
# if anything ever reads it.
node_modules/
web/dist/
web/dist-browser/
web/playwright-report/
web/test-results/
web/src/lib/icons/vscode-generated/
web/src/lib/vscode-icon-map.generated.ts
web/src/lib/vscode-icon-packs/
# wrangler dev state
web/.wrangler/
# Impeccable machine-local state. `design.json` is deliberately NOT here: it is
# the design-system sidecar `/impeccable doctor` diffs against DESIGN.md, so it
# is a checked artifact like a lockfile, not noise.
.impeccable/hook.cache.json
.impeccable/live/
# Critique snapshots are a local run log — one file per `/impeccable critique`,
# append-only and unbounded. Untracked 2026-08-19 (13 were already committed).
# Consequence to know: a snapshot cited by tracked work — a beads issue, a PR
# description — resolves only on the machine that produced it. Quote the finding
# in the citing document rather than pointing at a path here.
.impeccable/critique/