Fix .claude global gitignore - #405
Open
gsnider2195 wants to merge 4 commits into
Open
Conversation
joewesch
reviewed
Jul 23, 2026
|
|
||
| # Claude Code | ||
| CLAUDE.md | ||
| .claude/ |
Contributor
There was a problem hiding this comment.
So there are items that will be in .claude/ that we do want to share?
Contributor
Author
There was a problem hiding this comment.
Yeah stuff like per-project skills, agents, system prompt modifications.
Contributor
Author
There was a problem hiding this comment.
Sorry, I realized I just restated what was in the summary. A good use case is a claude skill in the chatops app to scaffold a new chatops integration or in ssot for a new ssot integration. Those would be good to stay in the repo instead of our global claude repo.
joewesch
approved these changes
Jul 29, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Closes N/A
What's Changed
CLAUDE.mdand.claude/from the ignore list.claude/settings.local.jsonandCLAUDE.local.mdClaude Code distinguishes between team-shared and personal configuration:
CLAUDE.md(project instructions),.claude/settings.json(permissions, hooks, additional directories), and.claude/commands/,agents/,skills/,rules/. Checking these in gives every developer on a project the same instructions and permission baseline, which is a prerequisite for standardizing Claude Code behavior across our repos..claude/settings.local.json(per-user overrides; also where "Yes, don't ask again" approvals accumulate) andCLAUDE.local.md(per-user instructions).To Do