From 851771042bd19547296be2451f514f0981bf7f19 Mon Sep 17 00:00:00 2001 From: Peery Date: Sat, 19 Nov 2022 00:38:40 +0100 Subject: [PATCH] Initial commit Added gitignore with godot-specific ignores --- .gitignore | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 .gitignore 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_*/ + +