From 324d6074ea7ebbae0415d3e541f24b446770c76d Mon Sep 17 00:00:00 2001 From: Codelta Date: Tue, 21 Sep 2021 11:04:42 +0200 Subject: [PATCH] gitignore for Godot projects --- .gitignore | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..a18dabf --- /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_*/ \ No newline at end of file