summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYuriy Andamasov <yuriy@vyos.io>2026-07-28 03:36:51 +0300
committerYuriy Andamasov <yuriy@vyos.io>2026-07-28 03:36:51 +0300
commit588a91598d685c369754901d67f95e40266894c6 (patch)
treeb70647f7fcd36f64ced43765394517abfbd5cb79
parentbfd96c9734de9602be3c0fd8c299ea438b868bec (diff)
downloadvyos-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--.gitignore6
1 files changed, 6 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index 83e7b781..5df91786 100644
--- a/.gitignore
+++ b/.gitignore
@@ -33,3 +33,9 @@ docs/superpowers/
# os specific
.DS_Store
+
+# claude code local settings (may contain secrets)
+.claude/settings.local.json
+
+# git worktrees
+.worktrees/