From 08ae4d9390a559a4073462f70cbc376d35bf4ddc Mon Sep 17 00:00:00 2001 From: Carlo Federico Vescovo <26970569+cfvescovo@users.noreply.github.com> Date: Thu, 29 Aug 2024 16:43:21 +0200 Subject: [PATCH] Ignore JetBrains' .idea folder --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 110d010..5b99a65 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ target Cargo.lock -.vscode \ No newline at end of file +.vscode +.idea \ No newline at end of file