fix: add .gsd/parallel/ to gitignore patterns

Prevents parallel session status and signal files from being
tracked by git. These are runtime-only coordination files.
This commit is contained in:
Jeremy McSpadden 2026-03-16 16:56:18 -05:00 committed by Lex Christopherson
parent eb302fe1d2
commit 77e14a060b

View file

@ -19,6 +19,7 @@ const GSD_RUNTIME_PATTERNS = [
".gsd/forensics/",
".gsd/runtime/",
".gsd/worktrees/",
".gsd/parallel/",
".gsd/auto.lock",
".gsd/metrics.json",
".gsd/completed-units.json",