From a69e6a8a147497d3a2911dd31485cce6ccb6d059 Mon Sep 17 00:00:00 2001 From: Scott DePouw Date: Thu, 20 Feb 2025 20:08:23 -0500 Subject: [PATCH] Update Godot.gitignore to ignore export_credentials.cfg As of https://github.com/godotengine/godot/pull/76165, export_presets.cfg no longer contains sensitive information. Sensitive information now resides in export_credentials.cfg --- Godot.gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Godot.gitignore b/Godot.gitignore index d9aac213..bb711806 100644 --- a/Godot.gitignore +++ b/Godot.gitignore @@ -4,7 +4,7 @@ # Godot-specific ignores .import/ export.cfg -export_presets.cfg +export_credentials.cfg # Imported translations (automatically generated from CSV files) *.translation