This is an automated email from the ASF dual-hosted git repository.

jongyoul pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/zeppelin-site.git


The following commit(s) were added to refs/heads/master by this push:
     new b5adb2c7a [ZEPPELIN-6511] Ignore AI coding agent personal config in 
.gitignore (#81)
b5adb2c7a is described below

commit b5adb2c7a7de53a62d307f82cf7501a77a8a8bd1
Author: Yeonhee Hayden Kim <[email protected]>
AuthorDate: Fri Jul 10 22:25:42 2026 +0900

    [ZEPPELIN-6511] Ignore AI coding agent personal config in .gitignore (#81)
---
 .gitignore | 22 ++++++++++++++++++++++
 1 file changed, 22 insertions(+)

diff --git a/.gitignore b/.gitignore
index 2accb11e1..86c74088b 100644
--- a/.gitignore
+++ b/.gitignore
@@ -7,3 +7,25 @@ _site/
 .idea/
 
 node_modules
+
+# AI coding agents — personal config (AGENTS.md is shared, these are not)
+CLAUDE.md
+GEMINI.md
+.claude/
+.gemini/
+.codex/
+.cursor/
+.cursorules
+.cursorrules
+.windsurf/
+.windsurfrules
+.cline/
+.clinerules
+.continue/
+.aider*
+.augment/
+.amazonq/
+.junie/
+.goose/
+.roo/
+.rooignore

Reply via email to