PhpStorm does not show .idea directory - makes problem with Git
Hi, I have little problem with hidden .idea directory in project. I tired to restart Storm, delete .idea dir ... but nothing hepls me to solve this problem. What should I do with this issue?
Please sign in to leave a comment.
Hello,
PhpStorm won't show this directory when default "Project" scope is used.
You can switch this to "Project Files" and .idea folder will be revealed: https://www.jetbrains.com/help/phpstorm/project-tool-window.html#views .
Why do you need to see it and what issues with Git does it cause?
Thanks, project files solves the problem. The problem with Git was that I did not see added files and couldn't remove it from Git via PhpStorm.