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 4d4a497320594973e75d126800936a62e25546bb Author: James Netherton <[email protected]> AuthorDate: Wed Mar 2 09:17:18 2022 +0000 Sync .gitignore with the main project --- .gitignore | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.gitignore b/.gitignore index 873f81c..1011867 100644 --- a/.gitignore +++ b/.gitignore @@ -5,6 +5,7 @@ pom.xml.releaseBackup pom.xml.versionsBackup pom.xml.next release.properties +dependency-reduced-pom.xml # Eclipse .project @@ -37,3 +38,6 @@ nb-configuration.xml # Vi/Vim *.swp + +# Quarkus +quarkus.log
