diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..d803b83 --- /dev/null +++ b/.gitignore @@ -0,0 +1,18 @@ +# Godot 4 specific ignores +.godot/ + +# Ignore exported binaries / builds +/build/ +/exports/ + +# OS specific files +.DS_Store +Thumbs.db + +# Blender temporary backup files +*.blend1 +*.blend2 + +# IDE / Editor folders +.vscode/ +.idea/ \ No newline at end of file