revilofe.github.io
Note:
Tracking of local changes to the workspace.xml file after cloning the repo can be prevented with the git update-index --assume-unchanged .idea/workspace.xml
command.
And to revert the setting: git update-index --no-assume-unchanged .idea/workspace.xml