From e2b10f1661d76e97a2447631824ed3d8dbdafe8e Mon Sep 17 00:00:00 2001 From: Jan Heemstra Date: Tue, 30 Nov 2021 23:28:12 +0100 Subject: [PATCH] Added gitignore back --- .gitignore | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..86dd5ed --- /dev/null +++ b/.gitignore @@ -0,0 +1,14 @@ +# Godot-specific ignores +.import/ +export.cfg +export_presets.cfg + +# Imported translations (automatically generated from CSV files) +*.translation + +# Mono-specific ignores +.mono/ +data_*/ + +# Ignore godot executable +Godot/godot