Skip to content

chore: ignore AI tool directories#2023

Open
innerdvations wants to merge 1 commit into
mainfrom
chore/gitignore-ai-tools
Open

chore: ignore AI tool directories#2023
innerdvations wants to merge 1 commit 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.
@vercel

vercel Bot commented Jun 11, 2026

Copy link
Copy Markdown

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
design-system Ready Ready Preview, Comment Jun 11, 2026 1:35pm

Request Review

@changeset-bot

changeset-bot Bot commented Jun 11, 2026

Copy link
Copy Markdown

⚠️ No Changeset found

Latest commit: 2c0c99a

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

@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: f3254c90-e0e6-4d8b-8cc6-a6e7d11900cb

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.

@sonarqubecloud

Copy link
Copy Markdown

@innerdvations innerdvations added pr: chore This PR contains chore tasks (cleanups, configs, tooling...) source: tooling relates to tooling labels Jun 11, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

pr: chore This PR contains chore tasks (cleanups, configs, tooling...) source: tooling relates to tooling

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant