Compare commits

..

2 Commits

Author SHA1 Message Date
Tim Hunter
e6b8c0e0df
Merge pull request #4588 from sdepouw/patch-1
Update Godot.gitignore to ignore export_credentials.cfg
2025-02-21 11:35:36 -08:00
Scott DePouw
a69e6a8a14
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
2025-02-20 20:08:23 -05:00

View File

@ -4,7 +4,7 @@
# Godot-specific ignores # Godot-specific ignores
.import/ .import/
export.cfg export.cfg
export_presets.cfg export_credentials.cfg
# Imported translations (automatically generated from CSV files) # Imported translations (automatically generated from CSV files)
*.translation *.translation