commit 851771042bd19547296be2451f514f0981bf7f19 Author: Peery Date: Sat Nov 19 00:38:40 2022 +0100 Initial commit Added gitignore with godot-specific ignores diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..f34c5af --- /dev/null +++ b/.gitignore @@ -0,0 +1,13 @@ +# Godot-specific ignores +.import/ +export.cfg +export_presets.cfg + +# Imported translations (automatically generated from CSV files) +*.translation + +# Mono-specific ignores +.mono/ +data_*/ + +