From a4959068cffd772d9ed119ac341ef88b40295ec1 Mon Sep 17 00:00:00 2001 From: Jan Date: Sat, 19 Sep 2020 00:11:33 +0200 Subject: [PATCH] Add gitignore file --- .gitignore | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..3efc609 --- /dev/null +++ b/.gitignore @@ -0,0 +1,12 @@ +# Godot-specific ignores +.import/ +export.cfg +export_presets.cfg + +# Imported translations (automatically generated from CSV files) +*.translation + +# Mono-specific ignores +.mono/ +data_*/ +*.import