Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  1. close project and exit from PhpStorm
  2. rename ".idea" folder into ".idea.bak"
  3. perform VCS update on a project
  4. copy over following folders/files (if you have them) from ".idea.bak" info ".idea" folder (basically same folders/files that were excluded from commit previously):
    1. dictionaries
    2. libraries
    3. dataSources.ids
    4. dataSources.xml
    5. workspace.xml
    6. tasks.xml
    7. deployment.xml
  5. start PhpStorm and open project

...