This is an automated email from the ASF dual-hosted git repository. zuston pushed a commit to branch 1206 in repository https://gitbox.apache.org/repos/asf/incubator-uniffle.git
commit 0f14e85b2786090b865f81f008cb24865ac44d49 Author: Junfan Zhang <[email protected]> AuthorDate: Tue Oct 10 14:37:35 2023 +0800 [#1206] chore(rust): ignore generated proto code in git --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 4ecbc8637..ac86fc6c4 100644 --- a/.gitignore +++ b/.gitignore @@ -48,3 +48,4 @@ deploy/kubernetes/integration-test/e2e/rss-controller.yaml deploy/kubernetes/integration-test/e2e/rss-webhook.yaml rust/experimental/server/target rust/experimental/server/.idea +rust/experimental/server/src/proto/uniffle.rs
