Problem excluding workspace.xml from Git Follow
Hi,
I have .gitignore specified in my working folder. The .git repository is in the working folder too.
In .gitignore, I have specified .idea/workspace.xml - obviously, .idea is in the working folder too.
I have specified $ git rm --cached .idea/workspace.xml and this does remove the file from Git vc.
However, nothing seems to work - workspace.xml keeps popping into the default list and is therefore not being ignored.
Any advice please?
Thanks.
Please sign in to leave a comment.
Hi Gazley,
Hi there,
Thanks for your help with this. I hadn't committed the deletion, as your correctly expected. Also, it turned out that the path in the .gitignore proved to be incorrect too. However, all is working well now and I really appreciate you help with this.
Just wanted to say how much I enjoy using PhpStorm and am looking forward to getting my upgrade to V2.
Thanks again.