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:
parent
eb302fe1d2
commit
77e14a060b
1 changed files with 1 additions and 0 deletions
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue