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:
parent
064a15f988
commit
94bd622f0c
1 changed files with 1 additions and 1 deletions
|
|
@ -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/",
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue