Search code examples
configurationphpstorm

Show .gitignore files in PhpStorm


How can I configure PhpStorm to show in file explorer files added to .gitignore?

Currently they are not shown at all.


Solution

  • PHPStorm itself doesn't filter out files added to .gitignore. Are you using .ignore plugin? Try using Show ignored files right-click menu action to show ignored files then:

    enter image description here