Skip to content

Commit c6beab2

Browse files
committed
Ignore .claude/ wholesale instead of file by file
The rig files were listed individually, so each new one started out tracked: cite-harness.html and worktrees/ were both sitting untracked and unignored, one `git add .` from being committed. Nothing under .claude/ has ever belonged in the repo (git ls-files confirms zero tracked), so ignore the directory and note how to unignore a file if that changes.
1 parent 6021b84 commit c6beab2

1 file changed

Lines changed: 9 additions & 11 deletions

File tree

.gitignore

Lines changed: 9 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -2,19 +2,17 @@
22
/node_modules/
33
.sass-cache
44
.DS_Store
5-
.claude/settings.local.json
6-
# Local live-site preview tooling (proxy, headless screenshot rig) — session aids, not theme code
7-
.claude/launch.json
8-
.claude/live-proxy.js
9-
.claude/preview-patch.js
10-
.claude/shot.ps1
11-
.claude/oklch2hex.js
12-
.claude/gen-fr-mo.py
13-
.claude/proxy.log
14-
.claude/shots/
155
nul
166

17-
.claude/fixtures/
7+
# Local agent + live-site preview tooling: the reverse proxy, the headless
8+
# screenshot rig, fixtures and shots. Session aids, not theme code.
9+
#
10+
# Ignored as a whole directory on purpose. This used to list each rig file
11+
# individually, so every new one (cite-harness.html, worktrees/) started out
12+
# tracked and one `git add .` from being committed. Nothing here has ever
13+
# belonged in the repo; if something ever does, unignore it explicitly with
14+
# a `!.claude/<file>` line below.
15+
.claude/
1816

1917
# Claude Design review artifacts (local reference, not theme code)
2018
/IWAC Theme Review.html

0 commit comments

Comments
 (0)