From 80e2158f7251d6a880c1afc50ff043c12096ef25 Mon Sep 17 00:00:00 2001 From: Daniel Weipert Date: Sun, 16 May 2021 11:57:48 +0200 Subject: Initial commit --- .gitignore | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 .gitignore (limited to '.gitignore') diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..440003f --- /dev/null +++ b/.gitignore @@ -0,0 +1,13 @@ +# Godot-specific ignores +.import/ +export.cfg +#export_presets.cfg +/exports/ + +# Imported translations (automatically generated from CSV files) +*.translation + +# Mono-specific ignores +.mono/ +data_*/ + -- cgit v1.2.3