Use case or problem
When I try to sync a workspace via git across different accounts, I keep getting conflicts with the .obsidian/workspace file as it maintains the state of the current workspace.
Proposed solution
I propose that the developers refactor out the bits that change state relative to the open instance into a new config file, one that can be easily be added to a .gitignore file to avoid this issue.
Current workaround (optional)
You could add the whole of the workspace file to the .gitignore, but there is value in syncing these