From 9a5a9d9cb1f1cf507db8a401783179ff55a242e8 Mon Sep 17 00:00:00 2001 From: Andrew Lee Date: Thu, 4 Aug 2022 18:29:59 -0400 Subject: Inital commit --- .gitignore | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 .gitignore (limited to '.gitignore') diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..4f48ad7 --- /dev/null +++ b/.gitignore @@ -0,0 +1,11 @@ +# 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