Browse Source

[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.
Hugo Locurcio 5 years ago
parent
commit
0e8e8b1b7e
1 changed files with 3 additions and 0 deletions
  1. 3 0
      Godot.gitignore

+ 3 - 0
Godot.gitignore

@@ -4,6 +4,9 @@
 export.cfg
 export.cfg
 export_presets.cfg
 export_presets.cfg
 
 
+# Imported translations (automatically generated from CSV files)
+*.translation
+
 # Mono-specific ignores
 # Mono-specific ignores
 .mono/
 .mono/
 data_*/
 data_*/