From d19486325f8526955861dfd2d3413accad606932 Mon Sep 17 00:00:00 2001 From: Yuki Kishimoto Date: Tue, 9 Apr 2024 19:54:33 +0200 Subject: [PATCH] Add `.vscode` and `.idea` to `.gitignore` Signed-off-by: Yuki Kishimoto --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index af268fe0..d8f1389c 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,5 @@ **/target /Cargo.lock .direnv +.vscode/ +.idea/