This is an automated email from the ASF dual-hosted git repository.
davsclaus pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel-spring-boot.git
The following commit(s) were added to refs/heads/main by this push:
new c669c121281 Add the output of the maven build metadata plugin to the
gitignore file (#1414)
c669c121281 is described below
commit c669c1212816a86ab7a6bc0d06a48f85b01669c7
Author: Tom Cunningham <[email protected]>
AuthorDate: Sat Apr 5 04:52:33 2025 -0400
Add the output of the maven build metadata plugin to the gitignore file
(#1414)
---
.gitignore | 1 +
1 file changed, 1 insertion(+)
diff --git a/.gitignore b/.gitignore
index 5d69a553e4d..7df40c0ea6c 100644
--- a/.gitignore
+++ b/.gitignore
@@ -2,6 +2,7 @@ target
*.iml
*.ipr
*.iws
+build.metadata
.idea
.DS_Store
.classpath