C
C
Cat Anton2016-01-21 17:34:29
IntelliJ IDEA
Cat Anton, 2016-01-21 17:34:29

How can I store settings for PhpStorm (WebStrom) for a specific project on GitHub?

Good.
As a rule .idea, the project settings folder for PhpStorm (WebStrom) is added to .gitignore. But what if you need to store the recommended settings for a specific project in the repository? For example, directory settings , checks , etc.
Or is the only option is to export / import an archive with settings?
It would be nice to see an example of such a repository with settings.

Answer the question

In order to leave comments, you need to log in

1 answer(s)
C
Cat Anton, 2016-01-21
@27cm

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

jetbrains.com/phpstorm/help/project.html
How to manage projects under Version Control Systems

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question