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-examples.git
commit 0b9c7a48acba41d5c5b5d8606519a4bb41ab707a Author: aldettinger <[email protected]> AuthorDate: Mon Jun 15 15:40:40 2026 +0200 Align AI assistants related exclusions to Camel Quarkus .gitignore --- .gitignore | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 2d257580..1fc92599 100644 --- a/.gitignore +++ b/.gitignore @@ -48,5 +48,8 @@ flight.* train.* app.* -# AI assistants +# Claude +.claude + +# Bob .bob
