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