From 8a976545ae2e6d998423f13288993f37c33993ee Mon Sep 17 00:00:00 2001 From: godzilla5hrimp Date: Tue, 18 Aug 2026 09:50:07 +0200 Subject: [PATCH] fix: add .gitignore to avoid useless data in git; --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..692a4ba --- /dev/null +++ b/.gitignore @@ -0,0 +1,3 @@ +# Godot 4+ specific ignores +.godot/ +.nomedia