From b8772ceb0f8197b74f7bf4f16c87eda3cb1da874 Mon Sep 17 00:00:00 2001 From: "Xinwei Xiong(cubxxw)" <3293172751nss@gmail.com> Date: Sun, 23 Apr 2023 18:06:32 +0800 Subject: [PATCH] feat: extensions ignore files Signed-off-by: Xinwei Xiong(cubxxw) <3293172751nss@gmail.com> --- .gitignore | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 858985e64..a96ea1f94 100644 --- a/.gitignore +++ b/.gitignore @@ -1,13 +1,15 @@ bin logs .devcontainer +.vscode components logs out-test .github .idea - +tools/ +tmp/ deploy/open_im_demo deploy/open_im_api