chore: pause work and save context handoff
This commit is contained in:
@@ -43,7 +43,8 @@ const gitignoreContent = [
|
||||
'!.gitignore', // Track this file
|
||||
'!ui-ux-pro-max/', // Keep manually copied ones
|
||||
'!browser_use/', // Keep if explicitly placed
|
||||
'!mini-swe/'
|
||||
'!mini-swe/',
|
||||
'!gsd-*/' // Essential for tracking auto-generated GSD commands
|
||||
].join('\n');
|
||||
|
||||
fs.writeFileSync(gitignorePath, gitignoreContent, 'utf8');
|
||||
|
||||
Reference in New Issue
Block a user