From 0e8e8b1b7e3791dfc1c99bb2a1fd28400e192072 Mon Sep 17 00:00:00 2001 From: Hugo Locurcio Date: Mon, 20 Jan 2020 22:16:11 +0100 Subject: [PATCH] [Godot] Ignore imported translations (#3269) The Godot editor automatically creates those binary files from translations in CSV format. There's no need to add them to version control. --- Godot.gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Godot.gitignore b/Godot.gitignore index 79d3eb44..122aab1c 100644 --- a/Godot.gitignore +++ b/Godot.gitignore @@ -4,6 +4,9 @@ export.cfg export_presets.cfg +# Imported translations (automatically generated from CSV files) +*.translation + # Mono-specific ignores .mono/ data_*/