From 26f1ffee95cda5922f4083b8612ce131ec920c06 Mon Sep 17 00:00:00 2001 From: Zakarya Date: Fri, 24 Nov 2023 13:36:08 -0800 Subject: [PATCH] Basic Godot project files --- .gitignore | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/.gitignore b/.gitignore index d9aac21..4709183 100644 --- a/.gitignore +++ b/.gitignore @@ -1,15 +1,2 @@ # 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