This is an automated email from the ASF dual-hosted git repository. marat pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/camel-karavan.git
The following commit(s) were added to refs/heads/main by this push: new 5eff32a Fix quinoa build 5eff32a is described below commit 5eff32aad1c9b187c1279cc3e3e1ed8b95aa4342 Author: Marat Gubaidullin <marat.gubaidul...@gmail.com> AuthorDate: Mon Nov 14 10:22:26 2022 -0500 Fix quinoa build --- karavan-app/src/main/resources/META-INF/.gitignore | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/karavan-app/src/main/resources/META-INF/.gitignore b/karavan-app/src/main/resources/META-INF/.gitignore new file mode 100644 index 0000000..5e7d273 --- /dev/null +++ b/karavan-app/src/main/resources/META-INF/.gitignore @@ -0,0 +1,4 @@ +# Ignore everything in this directory +* +# Except this file +!.gitignore