From 359424776cbcb91953e9019f0ec88ba662a86bb7 Mon Sep 17 00:00:00 2001 From: Matthew Shapiro Date: Thu, 30 Nov 2023 17:32:43 -0500 Subject: [PATCH] Ignore intellij directory (#1417) --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index e64d25e133..9906874e2d 100644 --- a/.gitignore +++ b/.gitignore @@ -3,3 +3,4 @@ */target/ **/*.rs.bk Cargo.lock +/.idea/