From 2a701c0ac7dce52d05fae436f383bcf33db6b4cc Mon Sep 17 00:00:00 2001 From: Hartmut Seichter Date: Tue, 1 Jul 2025 23:19:15 +0200 Subject: [PATCH] add temporary blend files to gitignore --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 0af181c..0a3fc02 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ # Godot 4+ specific ignores .godot/ /android/ +*.blend?