chore(docs): add worktree management for isolated PR review and feature work (#3810)

Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
Huang Xin 2026-04-10 01:42:47 +08:00 committed by GitHub
parent 41d014914b
commit a07bf23e18
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
7 changed files with 355 additions and 2 deletions

View file

@ -33,7 +33,8 @@
"src/**/*.ts",
"src/**/*.tsx",
"raw-loader.d.ts",
".next/types/**/*.ts"
".next/types/**/*.ts",
"scripts/**/*.ts"
],
"exclude": ["node_modules", "out"]
}