From 97b34962f70e1f89c1a79f1c6a71a2684eea19c7 Mon Sep 17 00:00:00 2001 From: LandaMm Date: Thu, 2 Oct 2025 17:32:57 +0200 Subject: [PATCH] feat: ignore .idea folder --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index d163863..884d976 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ -build/ \ No newline at end of file +build/ +.idea/ \ No newline at end of file