Search code examples
gitphpstorm

Phpstorm git attempts to commit workspace.xml


I have excluded .idea/ folder in perferences, but when I try to commit changes, phpstorm tries to commit workspace.xml file. Why?

enter image description here


Solution

  • The answer was: simply add .idea/ to .gitignore file in the root of my application.