From e8e0e7af57b9f41652c8ea4e496b95d2c06e6dc9 Mon Sep 17 00:00:00 2001 From: Nitsud Yarg Date: Thu, 20 Feb 2025 20:41:22 -0800 Subject: [PATCH] Add recommended files to ignore list --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index 64d7bb8..317df71 100644 --- a/.gitignore +++ b/.gitignore @@ -2,6 +2,8 @@ .godot/ .import/ .mono/ +*.translation +export_presets.cfg addons/ android/ build/ \ No newline at end of file