diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..b9cf9f2 --- /dev/null +++ b/.gitignore @@ -0,0 +1,20 @@ +# Godot 4+ specific ignores +.godot/ + +# Godot-specific ignores +.import/ +export.cfg +export_presets.cfg + +# Blender +*.blend1 + +# Imported translations (automatically generated from CSV files) +*.translation + +# Added by Squinternator: weird *.tmp files added by the script editor +*.tmp + +# Added by Squinternator: *.dll files compiled by the windows build +addons/godot-jolt/windows/~godot-jolt_windows-x64_editor.dll +addons/terrain_3d/bin/~libterrain.windows.debug.x86_64.dll