diff options
| author | Yuriy Andamasov <yuriy@vyos.io> | 2026-07-28 03:36:51 +0300 |
|---|---|---|
| committer | Yuriy Andamasov <yuriy@vyos.io> | 2026-07-28 03:36:51 +0300 |
| commit | 588a91598d685c369754901d67f95e40266894c6 (patch) | |
| tree | b70647f7fcd36f64ced43765394517abfbd5cb79 | |
| parent | bfd96c9734de9602be3c0fd8c299ea438b868bec (diff) | |
| download | vyos-documentation-claude/sagitta-gitignore-parity.tar.gz vyos-documentation-claude/sagitta-gitignore-parity.zip | |
chore: ignore Claude Code local settings and git worktreesclaude/sagitta-gitignore-parity
`.claude/settings.local.json` can hold local secrets and must never be
committable on a build branch; `.worktrees/` is local scratch space. Both
ignore blocks already exist on `rolling`; `sagitta` was missing them.
Additive only — no existing line is removed or reordered, and the resulting
file is byte-identical to rolling's `.gitignore`.
| -rw-r--r-- | .gitignore | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -33,3 +33,9 @@ docs/superpowers/ # os specific .DS_Store + +# claude code local settings (may contain secrets) +.claude/settings.local.json + +# git worktrees +.worktrees/ |
