Skip to content

Commit 00b5109

Browse files
snomiaoclaude
andcommitted
chore(gitignore): ignore .DS_Store, .claude/, built helper bins
Broaden the existing `.claude/settings.local.json` rule to the whole `.claude/` directory (Claude Code stores per-project session caches there), and add `.DS_Store` plus the bin/ artifacts (`clx-prompt`, `clx-prompt-slint`) compiled by build.sh from tracked source. Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
1 parent 910db27 commit 00b5109

1 file changed

Lines changed: 9 additions & 1 deletion

File tree

.gitignore

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ version-*.txt
3030
debug.log
3131

3232
# claude
33-
.claude/settings.local.json
33+
.claude/
3434

3535
#cache
3636
.eslintcache
@@ -62,3 +62,11 @@ test-results/
6262
tmp/
6363
rs/target-bootstrap/
6464
rs/target-v3/
65+
66+
# macOS Finder metadata (anywhere in tree)
67+
.DS_Store
68+
69+
# Built helper binaries (compiled by build.sh from rs/tools/clx-prompt-slint
70+
# and rs/adapters/macos/src/bin/). Source is tracked, artifacts are not.
71+
/bin/clx-prompt
72+
/bin/clx-prompt-slint

0 commit comments

Comments
 (0)