Skip to content

Commit b975177

Browse files
committed
chore: Update readme and .claude
1 parent f80c61e commit b975177

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
# AI
55
.ai/
66
.tokensave/
7+
.claude/.headroom_wrap_marker.json
78

89
# Python
910
.venv/

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ services:
8484
github_repo: owner/repo
8585
github_ref: main # optional, defaults to "main" — branch, tag, or commit SHA
8686
root: src/main/java # optional — limit indexing to this subdirectory (useful for monorepos)
87-
exclude: # optional — skip matching paths
87+
exclude: # optional — skip matching paths
8888
- "**/vendor/**"
8989
- "**/node_modules/**"
9090
```

0 commit comments

Comments
 (0)