fix(gsd): add .bg-shell/ to baseline gitignore patterns
The bg-shell process manifest directory is ephemeral runtime state that should never be committed, but ensureGitignore() was not including it. Closes #3389 Closes #3388 Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
parent
b4c6229360
commit
34049b4a7e
1 changed files with 1 additions and 0 deletions
|
|
@ -42,6 +42,7 @@ const BASELINE_PATTERNS = [
|
|||
// ── GSD state directory (symlink to external storage) ──
|
||||
".gsd",
|
||||
".gsd-id",
|
||||
".bg-shell/",
|
||||
|
||||
// ── OS junk ──
|
||||
".DS_Store",
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue