This is an automated email from the ASF dual-hosted git repository. lburgazzoli pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/camel-quarkus.git
commit 26ad0a50ad0d729d0b70e8652c24a7c24d61d3f4 Author: lburgazzoli <lburgazz...@gmail.com> AuthorDate: Mon Jan 6 00:04:07 2020 +0100 Add IntelliJ IDEA's lsp output dir to gitignore --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index 64eba17..873f81c 100644 --- a/.gitignore +++ b/.gitignore @@ -18,6 +18,9 @@ bin/ *.iml *.iws +# IDEA lsp plugin +lsp/ + # NetBeans nb-configuration.xml