GTcreyon / SM63Redux

Code base for Super Mario 63 Redux
https://sm63redux.com
Mozilla Public License 2.0
193 stars 25 forks source link

Un-ignore export_presets.cfg #267

Closed GTcreyon closed 9 months ago

GTcreyon commented 10 months ago

Description of changes

Remove export_presets.cfg from the .gitignore, so that changes can be tracked properly. This is now possible in Godot 4.1, since export paths are now relative, keystores are managed via editor settings, and sensitive data now goes in export_credentials.cfg.

(This commit does not claim that the export_presets.cfg file being created here is necessarily perfect. Consider checking over it for mistakes and misconfigurations.)