This is an automated email from the ASF dual-hosted git repository.
jackie pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/pinot.git
The following commit(s) were added to refs/heads/master by this push:
new c533c6c Add .mvn/ to .gitignore to allow jvm.config file (#8359)
c533c6c is described below
commit c533c6c0776722be017650eef69dd8b4d3382df0
Author: noon-stripe <[email protected]>
AuthorDate: Wed Mar 16 16:27:57 2022 -0700
Add .mvn/ to .gitignore to allow jvm.config file (#8359)
---
.gitignore | 1 +
1 file changed, 1 insertion(+)
diff --git a/.gitignore b/.gitignore
index 415ade2..bdc33e1 100644
--- a/.gitignore
+++ b/.gitignore
@@ -26,6 +26,7 @@ docs/_build
**/.env
**/.factorypath
kubernetes/examples/helm/charts/
+.mvn/
# Misc
.envrc
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]