From 75736b252871f849aa928ceb8c66b4caf912ccd5 Mon Sep 17 00:00:00 2001 From: Sara Date: Wed, 5 Mar 2025 08:33:56 +0100 Subject: [PATCH] feat: updated gitignore --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index 83c5bd9..3745d83 100644 --- a/.gitignore +++ b/.gitignore @@ -1,7 +1,9 @@ # Godot 4+ specific ignores .godot/ +godot/build/ # Ignore library files but not the gdextension file +bin/ godot/bin/* !godot/bin/android godot/bin/android/*