From fb64f15e22acfc1c03c7c5357dd66077454adbcf Mon Sep 17 00:00:00 2001 From: Daniel Weipert Date: Thu, 31 Dec 2020 11:33:12 +0100 Subject: Initial commit --- .gitignore | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 .gitignore (limited to '.gitignore') diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..7cab317 --- /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_*/ + -- cgit v1.2.3