From 05ef797e06688cdbf184edb8df8938f748ae8542 Mon Sep 17 00:00:00 2001 From: ObeseTermite Date: Sat, 26 Apr 2025 13:43:53 -0700 Subject: [PATCH] Everything should be ok now? --- .gitignore | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..4f59c7c --- /dev/null +++ b/.gitignore @@ -0,0 +1,16 @@ +# ---> Godot +# 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