Skip to content

Commit ad2b45b

Browse files
janhoydsmiley
andcommitted
Add AI coding agents to gitignore (#4104)
Co-authored-by: David Smiley <dsmiley@apache.org> (cherry picked from commit c27f966)
1 parent 6b110dc commit ad2b45b

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

.gitignore

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,13 @@ gradle/wrapper/gradle-wrapper.jar
3939
# Kotlin
4040
.kotlin/
4141

42+
# AI Coding Assistants, we only want AGENTS.md checked in
43+
CLAUDE.md
44+
.claude/
45+
.cursor/
46+
GEMINI.md
47+
.gemini/
48+
4249
# WANT TO ADD MORE? You can tell Git without adding to this file:
4350
# See https://git-scm.com/docs/gitignore
4451
# In particular, if you have tools you use, add to $GIT_DIR/info/exclude or use core.excludesFile

0 commit comments

Comments
 (0)