diff --git a/.gitignore b/.gitignore index 7d98ca0..e899c91 100644 --- a/.gitignore +++ b/.gitignore @@ -10,3 +10,6 @@ dist # Secrets — never commit .gitea-token + +# VS Code user settings (workspace settings/.vscode/launch.json are committed) +.vscode/settings.json diff --git a/.claude/launch.json b/.vscode/launch.json similarity index 100% rename from .claude/launch.json rename to .vscode/launch.json diff --git a/CODE-AUDIT.md b/CODE-AUDIT.md index 27ca808..5749894 100644 --- a/CODE-AUDIT.md +++ b/CODE-AUDIT.md @@ -541,7 +541,7 @@ token system + shared primitives (UI/SIMP — high value, larger effort) · i18n never consumes them. - [ ] **L84 — `dist/` accumulates unboundedly.** ~620 MB per build with no cleanup; it currently holds 0.1.0–0.5.0 Setup + portable artifacts (~3 GB). Add a clean step or prune. -- [ ] **L85 — `.claude/launch.json` is committed and misplaced.** A VS Code launch config lives in +- [x] **L85 — `.claude/launch.json` is committed and misplaced.** A VS Code launch config lives in `.claude/` (VS Code reads `.vscode/launch.json`), so no tool consumes it; it's also tracked (not gitignored). - [ ] **L86 — History select-all + filter change deletes hidden rows.** `selected` persists across a