From 8eafa876ae3bc8cd48119a8e36cd9482d68ce5c1 Mon Sep 17 00:00:00 2001 From: Paul Campbell Date: Tue, 3 Dec 2024 07:41:51 +0000 Subject: [PATCH] build: ignore .idea --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 78e23f7..0216478 100644 --- a/.gitignore +++ b/.gitignore @@ -1,6 +1,7 @@ # ---> Rust # Generated by Cargo # will have compiled files and executables +.idea/ debug/ target/