This is an automated email from the ASF dual-hosted git repository.
jamesnetherton pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel-quarkus.git
The following commit(s) were added to refs/heads/main by this push:
new 4ae78e86ae Add common AI agent directories to .gitignore
4ae78e86ae is described below
commit 4ae78e86aeabb60ccc6a8b570123324e6c728fde
Author: Lukas Lowinger <[email protected]>
AuthorDate: Tue Jun 9 16:04:59 2026 +0200
Add common AI agent directories to .gitignore
* Add .claude to .gitignore
* Add .bob to gitignore
---
.gitignore | 6 ++++++
1 file changed, 6 insertions(+)
diff --git a/.gitignore b/.gitignore
index 4ed6ebafbb..401d58f613 100644
--- a/.gitignore
+++ b/.gitignore
@@ -44,3 +44,9 @@ quarkus.log*
# Camel Quarkus Performance Regression Reports
perf-regression-report@*.txt
+
+# Claude
+.claude
+
+# Bob
+.bob