This is an automated email from the ASF dual-hosted git repository.
zuston pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-uniffle.git
The following commit(s) were added to refs/heads/master by this push:
new 77092e48d [#1206] chore(rust): ignore generated proto code in git
(#1229)
77092e48d is described below
commit 77092e48d63f38eac5bc0b429b988d56e33428fe
Author: Junfan Zhang <[email protected]>
AuthorDate: Thu Oct 12 15:38:23 2023 +0800
[#1206] chore(rust): ignore generated proto code in git (#1229)
### What changes were proposed in this pull request?
Follow up #1218
### Why are the changes needed?
For #1206
### Does this PR introduce _any_ user-facing change?
No.
### How was this patch tested?
Needn't
---
.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