From b38c56b9045d79e7be5583dce72e7871af3b488b Mon Sep 17 00:00:00 2001 From: Antonio Dell'Annunziata Date: Sat, 22 Feb 2025 11:56:51 +0100 Subject: [PATCH] Create gitignore file --- .gitignore | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 0af181c..ec9bd70 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,15 @@ # Godot 4+ specific ignores .godot/ -/android/ + +# Godot-specific ignores +.import/ +export.cfg +export_credentials.cfg + +# Imported translations (automatically generated from CSV files) +*.translation + +# Mono-specific ignores +.mono/ +data_*/ +mono_crash.*.json \ No newline at end of file