Skip to content

Commit 34e7e8f

Browse files
committed
chore: update subproject commit and add excluded directory names
Updated the subproject reference to commit c9236d2. Added '.opencode' and '.worktrees' to the list of excluded directory names in codebase-context.ts.
1 parent 37fd4b9 commit 34e7e8f

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

internal-docs

src/constants/codebase-context.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,8 @@ export const EXCLUDED_DIRECTORY_NAMES = [
3535
'.claude',
3636
'.codebase-context',
3737
'.git',
38+
'.opencode',
39+
'.worktrees',
3840
'.next',
3941
'.nx',
4042
'.planning',

0 commit comments

Comments
 (0)