From 9e634d704d634bd589e25041820ae975fd2bc428 Mon Sep 17 00:00:00 2001 From: ArthurErlich Date: Sun, 8 Mar 2026 11:34:16 +0100 Subject: [PATCH] chore: ignoring .idea folder --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index bb22255..f5bbb12 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,5 @@ # Godot 4+ specific ignores +.idea/ .godot/ /android/ /dist/ \ No newline at end of file