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?

3
2 comments
Avatar
Permanently deleted user

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?

8

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.

1

Please sign in to leave a comment.