You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@dubbo.apache.org by li...@apache.org on 2022/05/26 02:29:02 UTC

[dubbo-rust] 14/20: Fix: add new git ignore content.

This is an automated email from the ASF dual-hosted git repository.

liujun pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/dubbo-rust.git

commit 291a41b970a84a8a410b031d199bc7b271c3ced1
Author: Zonglei Dong <do...@apache.org>
AuthorDate: Fri May 6 15:25:39 2022 +0800

    Fix: add new git ignore content.
---
 .gitignore | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/.gitignore b/.gitignore
index 4fffb2f..386dbf6 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,5 @@
 /target
 /Cargo.lock
+**/*.rs.bk
+.vscode/
+.idea/