chore(.gitignore): ignore .claudian, .claude, .specorator dirs#533
chore(.gitignore): ignore .claudian, .claude, .specorator dirs#533Luis85 wants to merge 1 commit into
Conversation
Exclude tool-generated and temporary directories from tracking. Co-Authored-By: Claude Haiku 4.5 <noreply@anthropic.com>
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: 0a20f01629
ℹ️ About Codex in GitHub
Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".
| claude-plugin/specorator/.claude-plugin/ | ||
| claude-plugin/specorator/.mcp.json | ||
| .claudian | ||
| .claude |
There was a problem hiding this comment.
Keep the canonical .claude tree trackable
Ignoring .claude hides any newly added agent, skill, command, or settings files under the repository's canonical .claude/ tree; this repo already tracks hundreds of .claude/* files and the project instructions explicitly treat that tree as part of the template. With this pattern, future additions such as .claude/agents/new-agent.md will not appear in git status unless forced with git add -f, making template updates easy to omit accidentally while existing tracked files still appear normal.
Useful? React with 👍 / 👎.
Exclude tool-generated and temporary directories from tracking.