This is an automated email from the ASF dual-hosted git repository.
janhoy pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/solr.git
The following commit(s) were added to refs/heads/main by this push:
new c27f96674de Add AI coding agents to gitignore (#4104)
c27f96674de is described below
commit c27f96674dedc053e91c5271083f1e72f4d2bdc1
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]>
---
.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