Skip to content

Commit c27f966

Browse files
janhoydsmiley
andauthored
Add AI coding agents to gitignore (#4104)
Co-authored-by: David Smiley <dsmiley@apache.org>
1 parent ed4edf3 commit c27f966

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.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)