From 05433739885c9ace8ba62f3148448cdc94fbddb0 Mon Sep 17 00:00:00 2001 From: Rui Fan <1996fanrui@gmail.com> Date: Sun, 11 Aug 2024 18:45:53 +0800 Subject: [PATCH] chore: add the .idea and .vscode to the gitignore (#39) --- .gitignore | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.gitignore b/.gitignore index 06621b2..b9e273d 100644 --- a/.gitignore +++ b/.gitignore @@ -2,3 +2,7 @@ /Cargo.lock logs + +# IDE and editor +.vscode +.idea