The absolute path to the exported folder is stored in the spine file itself, making it difficult to work with in git.
As soon as someone on the team exports the file to a different absolute path it shows up as modified in git, even if nothing was actually changed. And every person who works with the files have to change the export path between each commit, because Spine doesn't remember it locally.
I believe the problem stems from this issue: https://esotericsoftware.com/forum/d/910-export-directory-not-stored-in-project.
A better fix would be to associate each project with a local settings file that is stored separately, in the user's local app data folder.
Could you please fix this?