Answer the question
In order to leave comments, you need to log in
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
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.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question