Skip to content
Closed
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
17 changes: 17 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -98,3 +98,20 @@ Thumbs.db
*.bak
*.tmp
*.temp

# AI Coding Tools - Project-specific configs
# Developers should symlink or copy AGENTS.md and add their own overrides locally
.claude/
CLAUDE.md
.cursor/
.cursorrules
.cursorignore
.windsurfrules
.aider*
.continue/
.codeium/
.githubnext/
.roo/
.rooignore
.bolt/
.v0/
Comment on lines +104 to +117
Copy link
Contributor

Choose a reason for hiding this comment

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

medium

For better long-term maintainability, it's a good practice to keep entries in .gitignore sorted alphabetically. This makes it easier to check if a pattern already exists and where to add new ones. I suggest reordering the new entries alphabetically, grouping by tool and then by filename.

.aider*
.bolt/
.claude/
CLAUDE.md
.codeium/
.continue/
.cursor/
.cursorignore
.cursorrules
.githubnext/
.roo/
.rooignore
.v0/
.windsurfrules