From 5d94469f1fb27b25651efd588d1414f85530bd9f Mon Sep 17 00:00:00 2001 From: anyreso Date: Sat, 13 Apr 2024 16:10:34 -0400 Subject: [PATCH] =?UTF-8?q?=E2=9C=A8=20add=20`.gitignore`?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitignore | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 .gitignore 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