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 <[email protected]> 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/
