Skip to content

Commit 51bf432

Browse files
committed
ORC-2125: Add .claude to .gitignore
### What changes were proposed in this pull request? This PR adds `.claude/` to `.gitignore`. ### Why are the changes needed? `Anthropic` has a promotion for open source projects. I hope we can help the developers. [Claude Code](https://claude.ai/claude-code) creates a `.claude/` directory for project-level configuration and context. This directory should not be tracked in version control. - https://claude.com/contact-sales/claude-for-oss > Open-source maintainers and contributors keep the ecosystem running. The Claude for Open Source Program is our way of saying thank you for all your hard work, with 6 months of free Claude Max 20x. > - Maintainers: You’re a primary maintainer or core team member of a public repo with 5,000+ GitHub stars or 1M+ monthly NPM downloads. You've made‍ commits, releases, or PR reviews within the last 3 months. ### How was this patch tested? Manual verification that `.claude/` directory is ignored by git. ### Was this patch authored or co-authored using generative AI tooling? Generated-by: Claude Code (Claude Opus 4.6) Closes #2576 from dongjoon-hyun/ORC-2125. Authored-by: Dongjoon Hyun <dongjoon@apache.org> Signed-off-by: Dongjoon Hyun <dongjoon@apache.org>
1 parent 40f3ad4 commit 51bf432

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ dependency-reduced-pom.xml
1111
.idea
1212
.vscode
1313
.DS_Store
14+
.claude/
1415
.java-version
1516
java/bench/data
1617
*.swp

0 commit comments

Comments
 (0)