summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYuriy Andamasov <yuriy@vyos.io>2026-07-28 03:36:43 +0300
committerYuriy Andamasov <yuriy@vyos.io>2026-07-28 03:36:43 +0300
commiteb8240bdae2c81b069249af5d30dea8a9da47c9e (patch)
treef9a6ca34fd83e6d5a470b8fc9b99a2beff9b3246
parent90fc4f50049e13889515eeb3c39e3a8d0f23511a (diff)
downloadvyos-documentation-claude/circinus-gitignore-parity.tar.gz
vyos-documentation-claude/circinus-gitignore-parity.zip
chore: ignore Claude Code local settings and git worktreesclaude/circinus-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`; `circinus` 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/