-
Notifications
You must be signed in to change notification settings - Fork 566
gitignore temp files in .claude folder #3691
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
gitignore temp files in .claude folder #3691
Conversation
.gitignore
Outdated
|
|
||
| # AI Tools | ||
|
|
||
| .claude/ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Actually, you should ask Claude... ;)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Okay, NICE!!
So then this is an interesting conversation now. The reason I wanted to introduce this gitignore is because I want to create sub-agents at the project level for myself.
When you create a sub-agent at the project level, it's created at .claude/agents/*.md.
However, there's a use case similar to your command sharing use case, where sub-agents can be shared around (so included in git distribution).
I guess the best approach here then is to mimic your changes (ie ignore temporary files), and then explore creating agents we don't want to share at the user level (gets created in the ~/.claude/agents/ folder, ie in the root level).
bfcd451 to
559f259
Compare
559f259 to
ac9f38a
Compare
Signed-off-by: Anik Bhattacharjee <anbhatta@redhat.com>
ac9f38a to
06f299e
Compare
|
/lgtm |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: tmshort The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
f10345d
into
operator-framework:master
Description of the change:
Ignore temp files created in the
.claude/folderMotivation for the change:
Architectural changes:
Testing remarks:
Reviewer Checklist
/doc[FLAKE]are truly flaky and have an issue