This is an automated email from the ASF dual-hosted git repository.
janhoy pushed a commit to branch branch_9x
in repository https://gitbox.apache.org/repos/asf/solr.git
The following commit(s) were added to refs/heads/branch_9x by this push:
new 6e5a40a65dc Add AI coding agents to gitignore (#4104)
6e5a40a65dc is described below
commit 6e5a40a65dc12d497ada49bde01c99d332f3656f
Author: Jan Høydahl <[email protected]>
AuthorDate: Thu Feb 12 15:12:15 2026 +0100
Add AI coding agents to gitignore (#4104)
Co-authored-by: David Smiley <[email protected]>
(cherry picked from commit c27f96674dedc053e91c5271083f1e72f4d2bdc1)
---
.gitignore | 7 +++++++
1 file changed, 7 insertions(+)
diff --git a/.gitignore b/.gitignore
index 05199687470..73bd851ebbd 100644
--- a/.gitignore
+++ b/.gitignore
@@ -39,6 +39,13 @@ gradle/wrapper/gradle-wrapper.jar
# Kotlin
.kotlin/
+# AI Coding Assistants, we only want AGENTS.md checked in
+CLAUDE.md
+.claude/
+.cursor/
+GEMINI.md
+.gemini/
+
# WANT TO ADD MORE? You can tell Git without adding to this file:
# See https://git-scm.com/docs/gitignore
# In particular, if you have tools you use, add to $GIT_DIR/info/exclude or
use core.excludesFile