Skip to content

chore: ignore AI tool directories#183

Merged
innerdvations merged 3 commits into
mainfrom
chore/gitignore-ai-tools
Jun 15, 2026
Merged

chore: ignore AI tool directories#183
innerdvations merged 3 commits into
mainfrom
chore/gitignore-ai-tools

Conversation

@innerdvations

Copy link
Copy Markdown
Contributor

Summary

  • Adds an AI tools section to .gitignore, aligned with strapi/strapi, so AI tooling artifacts are never accidentally committed.
  • Covers the paths the cms-brain CLI symlinks into a checkout — .brain (skills/commands/context), plus the per-tool link dirs .claude/, .cursor/, .agents/ — as well as CLAUDE.local.md.
############################
# AI tools
############################

# cms-brain (symlinked skills/commands/context)
.brain
.brain.*

# Claude
CLAUDE.local.md
.claude/

# Cursor
.cursor/
!.cursor/worktrees.json

# Codex
.agents/

No previously tracked files match these paths, so nothing is untracked by this change.

Test plan

  • git check-ignore .brain .cursor/skills .claude/skills .agents/skills → all ignored
  • git status is unaffected for existing tracked files

Align .gitignore with strapi/strapi so symlinked brain skills/commands
and AI tool scratch dirs (.brain, .claude/, .cursor/, .agents/) are not
accidentally committed.
@coderabbitai

coderabbitai Bot commented Jun 11, 2026

Copy link
Copy Markdown

Important

Review skipped

Auto reviews are disabled on this repository. Please check the settings in the CodeRabbit UI or the .coderabbit.yaml file in this repository. To trigger a single review, invoke the @coderabbitai review command.

⚙️ Run configuration

Configuration used: Organization UI

Review profile: CHILL

Plan: Pro

Run ID: acb54b92-bc47-43e4-b7b5-73ae74e150cc

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.

Use the checkbox below for a quick retry:

  • 🔍 Trigger review

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

@innerdvations innerdvations requested a review from nclsndr June 11, 2026 13:29
@innerdvations innerdvations added pr: chore Cleanups / dependencies / tooling / styling source: repo Source is the repository labels Jun 15, 2026
@Bassel17

Copy link
Copy Markdown
Member

might also be worth adding .codex as well to the .gitignore cause thats also picked up by it, we should probably do the same on the mono-repo

@innerdvations innerdvations merged commit 5ae74bf into main Jun 15, 2026
13 checks passed
@innerdvations innerdvations deleted the chore/gitignore-ai-tools branch June 15, 2026 13:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

pr: chore Cleanups / dependencies / tooling / styling source: repo Source is the repository

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants