HYPERFLEET-616 - chore: Remove .claude from git tracking#47
Conversation
Add .claude/ to .gitignore and remove tracked files. These are local Claude Code configuration files that should not be in version control.
WalkthroughThe pull request removes documentation and local configuration files from the repository while updating version control rules. Specifically, it deletes the Generate Entity Command documentation file (which described a plugin-based workflow for entity generation), removes local Claude settings that granted Bash command permissions, and adds the Estimated code review effort🎯 1 (Trivial) | ⏱️ ~3 minutes 🚥 Pre-merge checks | ✅ 3✅ Passed checks (3 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing touches🧪 Generate unit tests (beta)
Comment |
|
/lgtm |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: rh-amarin The full list of commands accepted by this bot can be found here. The pull request process is described here DetailsNeeds approval from an approver in each of these files:
Approvers can indicate their approval by writing |
73d454a
into
openshift-hyperfleet:main
Summary
.claude/to.gitignore.claudedirectory from git trackingThese are local Claude Code configuration files that should not be in version control, following the same pattern as
.vscodeand.ideadirectories.Test plan
.claudefiles are no longer tracked.gitignoreincludes.claude/Summary by CodeRabbit