fix: update stale comment to reflect 7 runtime exclusion paths

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
Lex Christopherson 2026-03-13 08:55:14 -06:00
parent 064a15f988
commit 94bd622f0c

View file

@ -55,7 +55,7 @@ export interface PreMergeCheckResult {
* GSD runtime paths that should be excluded from smart staging.
* These are transient/generated artifacts that should never be committed.
* Matches the union of SKIP_PATHS + SKIP_EXACT in worktree-manager.ts
* and the first 6 entries in gitignore.ts BASELINE_PATTERNS.
* and the first 7 entries in gitignore.ts BASELINE_PATTERNS.
*/
export const RUNTIME_EXCLUSION_PATHS: readonly string[] = [
".gsd/activity/",