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