How to disable version control in phpstorm?

I am playing around with phpstorm and somehow I activated version control. I don't need it. Now all my tabs are different: orange text on gray background. All files in the file view are orange. How do I disable version control?


Solution 1:

Go to Settings -> Version Control and remove the folder from which you would like to remove version control tracking (coloring tabs etc.) It will naturally not remove version control from your project (as in deleting the .git/ folder for instance).

Solution 2:

The ultimate way is to disable all version control plugins (under Settings -> Plugins): CVS Integration, Git Integration, GitHub, hg4idea, Perforce Integration, Subversion Integration. After restarting PhpStorm Settings -> Version Control tab will be gone.

Note that this will disable version control for all of your projects.

Solution 3:

You can just remove vcs.xml from .idea folder and then restart PhpStorm

Solution 4:

Go to Settings -> Version Control and remove the folder from which you would liek to remove version control.

I have not enough reputation to +1 Greg's answer or comment, but... for those who are interrested : the same goes for Webstorm.