From 2cf6565c69874831acaab50597278464de609cf3 Mon Sep 17 00:00:00 2001 From: oughtum Date: Fri, 16 Aug 2024 19:13:19 +0100 Subject: [PATCH] setup main scene --- .gitignore | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 0af181c..d9aac21 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,15 @@ # Godot 4+ specific ignores .godot/ -/android/ + +# 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