commit 384cca30018fc8292da21fc7ac9d3d9003b0d1a7 Author: Venky-234 <77890305+Venky-234@users.noreply.github.com> Date: Wed Jan 31 19:47:27 2024 +0530 Create Godot.gitignore diff --git a/Godot.gitignore b/Godot.gitignore new file mode 100644 index 0000000..d9aac21 --- /dev/null +++ b/Godot.gitignore @@ -0,0 +1,15 @@ +# Godot 4+ specific ignores +.godot/ + +# Godot-specific ignores +.import/ +export.cfg +export_presets.cfg + +# Imported translations (automatically generated from CSV files) +*.translation + +# Mono-specific ignores +.mono/ +data_*/ +mono_crash.*.json