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