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:
Tibsfox 2026-04-06 19:27:06 -07:00
parent b4c6229360
commit 34049b4a7e

View file

@ -42,6 +42,7 @@ const BASELINE_PATTERNS = [
// ── GSD state directory (symlink to external storage) ──
".gsd",
".gsd-id",
".bg-shell/",
// ── OS junk ──
".DS_Store",