PhpStorm by default hides the .idea folder in the project tool window. However, I would like to show it to check files and add / edit the .idea / .gitignore file to include and exclude certain files from version control. I was looking for project configuration options to display the .idea folder, but could not find a way.
I could just use a different editor to manage the files in the .idea folder, but I would like to use the phpStorm git integration to manage these files.
source share