Commit the 3r removal + skills-tracking .gitignore (missed in prior 2 commits)
The earlier `git add` included an already-`git rm`'d pathspec, so it errored and staged nothing — launch.sh (3r removal) and .gitignore (track .claude/skills/) were left uncommitted while the skill files went in via a separate -f add. Runtime was already correct (watchdog reads the working-tree launch.sh); this just syncs git HEAD to the working tree. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This commit is contained in:
+2
-1
@@ -14,5 +14,6 @@
|
||||
# More secrets / local state — NEVER commit
|
||||
/.sops/ # master recovery age key
|
||||
/cc-ci-secrets/ # separate sops-secrets repo, cloned in
|
||||
/.claude/ # local claude session/project state
|
||||
/.claude/* # local claude session/project state (history, cache, locks)
|
||||
!/.claude/skills/ # ...but DO track shareable skills (e.g. ci-test-review)
|
||||
*.tmp.* # editor temp files
|
||||
|
||||
Reference in New Issue
Block a user