From fa15e898b05573deed8659e253ad90b4f0eaa87b Mon Sep 17 00:00:00 2001 From: itsscb Date: Mon, 3 Mar 2025 20:36:27 +0100 Subject: [PATCH] fix/adds .idea to .gitignore --- .gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index b4e89e7..dff6edb 100644 --- a/.gitignore +++ b/.gitignore @@ -2,7 +2,7 @@ # will have compiled files and executables debug/ target/ - +.idea/ # Remove Cargo.lock from gitignore if creating an executable, leave it for libraries # More information here https://doc.rust-lang.org/cargo/guide/cargo-toml-vs-cargo-lock.html Cargo.lock