From e5e1666b983e1bf877f52db1eb7c35a7b8a3282a Mon Sep 17 00:00:00 2001 From: monarkie Date: Tue, 2 Jun 2026 09:47:59 -0700 Subject: [PATCH] Updating .gitignore file --- .gitignore | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/.gitignore b/.gitignore index 4709183..4875b09 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,18 @@ # Godot 4+ specific ignores +*.uid .godot/ + + +# macOS metadata +._* +.DS_Store +Thumbs.db + +# Temporary files +*.tmp +*.TMP +*~ +\#*\# + +#Plugins +/addons/autosave_g4/ \ No newline at end of file