commit 9afb98e95fdc6b1984f1829a675a19a932818c3b Author: Booklordofthedings Date: Fri Aug 16 10:21:47 2024 +0200 added gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..0035ad6 --- /dev/null +++ b/.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 \ No newline at end of file