I have some problems sharing the workspace data using git.
I created git repository with couple of projects in MCUxpresso workspace.
Modified .gitignore to exclude
/.metadata/
/.mcuxpressoide_packages_support/
Pushed my code into the repository.
Cloned the repository on another computer and pulled everything there.
All the files seems to be created on the second computer.
However when I open MCUXpresso on the second computer and select the root of the workspace that includes my projects, MCUXpresso shows me emptry workspace, telling me there no projects in my workspace. So is seems that workspace data (project structure specifically) is not under workspace itself.
How I can push/pull the workspace including the projects? Where it is located on Windows machines? Registry, Application Data?
I read this: https://mcuoneclipse.com/2018/09/30/tutorial-git-with-eclipse/ , it did not really answer my question.