From ed61419eda9d0154a78c04999a7c8a779244ef29 Mon Sep 17 00:00:00 2001 From: Jan Tuomi Date: Wed, 29 Jul 2020 22:47:18 +0300 Subject: Initial commit --- .gitignore | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 .gitignore (limited to '.gitignore') diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..8f8b8b6 --- /dev/null +++ b/.gitignore @@ -0,0 +1,19 @@ +# 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 + +# System/tool-specific ignores +.directory +*~ + +.DS_Store + -- cgit v1.3