Skip to content

Commit d45b31f

Browse files
Jacksunweiyyyu-google
authored andcommitted
chore: Ignore AI coding tool project-specific configs in .gitignore
Merge #3333 ## Summary Add ignore patterns for popular AI coding assistant configuration files to prevent committing developer-specific settings. This aligns with the project's approach of providing `AGENTS.md` as a general starting point that developers can symlink or copy and customize locally. ## Changes Added `.gitignore` patterns for 10 popular AI coding tools: - **Claude Code** - `.claude/`, `CLAUDE.md` - **Cursor** - `.cursor/`, `.cursorrules`, `.cursorignore` - **Windsurf** - `.windsurfrules` - **Aider** - `.aider*` - **Continue.dev** - `.continue/` - **Codeium** - `.codeium/` - **GitHub Next** - `.githubnext/` - **Roo Code** - `.roo/`, `.rooignore` - **Bolt** - `.bolt/` - **v0** - `.v0/` ## Rationale Each developer may want different AI tool configurations and personal instructions. By ignoring these files, we: - Prevent accidental commits of personal AI assistant settings - Keep the repository clean of developer-specific configurations - Allow developers to customize their AI tools without affecting others - Maintain consistency with the project's `AGENTS.md` approach Co-authored-by: Yvonne Yu <[email protected]> COPYBARA_INTEGRATE_REVIEW=#3333 from google:chore/ignore-ai-tool-configs 0abe4cc PiperOrigin-RevId: 825682646
1 parent 04dbc42 commit d45b31f

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

.gitignore

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -98,3 +98,20 @@ Thumbs.db
9898
*.bak
9999
*.tmp
100100
*.temp
101+
102+
# AI Coding Tools - Project-specific configs
103+
# Developers should symlink or copy AGENTS.md and add their own overrides locally
104+
.claude/
105+
CLAUDE.md
106+
.cursor/
107+
.cursorrules
108+
.cursorignore
109+
.windsurfrules
110+
.aider*
111+
.continue/
112+
.codeium/
113+
.githubnext/
114+
.roo/
115+
.rooignore
116+
.bolt/
117+
.v0/

0 commit comments

Comments
 (0)