Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 5 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,13 @@ vendor/
############

.claude/
CLAUDE.md
.clinerules
.clinerules/
.codex/
.cursor/
.gemini/
.windsurf/
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should be in IDEs group

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Not necessarily. Admittedly there's overlap, Windsurf and Cursor can be considered both an IDE and an AI assistant tool for instance. I don't think it matters too much :)

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I agree that it's best where it is on the grounds that the configurations going in these directories aren't related to the IDE, but are for the agents. 👍

CLAUDE.md
GEMINI.md

############
Expand Down