IntelliJ is hiding folder in project window mentio

2019-01-25 14:32发布

问题:

  • ignoring build folder does not show it in project window.
  • commenting .gradle in .gitignore does show it in project windows.

I want to show both .gradle and build folders in project windows but I also want to include them in .gitignore file.

回答1:

Right click on a directory in the project view and make sure Hide ignored files option is not enabled.

This feature is provided by a third-party .ignore plug-in. IntelliJ IDEA doesn't hide ignored files out of the box.