WebStorm
 
Get WebStorm
You are viewing the documentation for an earlier version of WebStorm.

Manage files under version control

Last modified: 03 August 2022

If you have enabled VCS integration for your project, WebStorm suggests to add each newly created file under version control (you can change this behavior in the Settings/Preferences dialog Ctrl+Alt+S under Version Control | Confirmation). If you want certain files to always remain unversioned, you can configure your VCS to ignore them.

All the settings files in the .idea directory should be put under version control except workspace.xml, which stores your local preferences. The workspace.xml file should be marked as ignored by VCS.