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
commit 71a49e182d4017fd6b257b2788251a188b684f54 Author: James Netherton <[email protected]> AuthorDate: Wed Feb 23 11:10:52 2022 +0000 Add quarkus.log to .gitignore --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index cc360b8..1011867 100644 --- a/.gitignore +++ b/.gitignore @@ -38,3 +38,6 @@ nb-configuration.xml # Vi/Vim *.swp + +# Quarkus +quarkus.log
