From d0442a2b9164683558b3ae657efb3f23fdd83677 Mon Sep 17 00:00:00 2001 From: Graham Barber Date: Sat, 4 Oct 2025 13:09:06 -0700 Subject: [PATCH] ignore build artifacts --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 0af181c..96a84fd 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ # Godot 4+ specific ignores .godot/ /android/ +/export/**/*.zip