From b1e1d370368961af6e8168bd6f0f3ff16b142a59 Mon Sep 17 00:00:00 2001 From: tradam Date: Wed, 20 Jan 2021 10:30:26 -0500 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..822b784 --- /dev/null +++ b/.gitignore @@ -0,0 +1,13 @@ +# ---> Godot +# 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