Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Hide excluded folders from tree in IntelliJ IDEA

After updating to IntellijIdea 14 I have discovered that an excluded folder in my project is now visible.

Image of intelliJ folder structure with hidden folder visable

How do I hide it?

like image 230
SeniorJD Avatar asked Nov 10 '14 08:11

SeniorJD


People also ask

How do I hide a folder in IntelliJ?

If so, use Shift + Shift and type excluded and do the obvious thing.

What is .idea file in IntelliJ?

The . idea folder (hidden on OS X) in the solution root contains IntelliJ's project specific settings files. These include per-project details such as VCS mapping and run and debug configurations, as well as per-user details, such as currently open files, navigation history and currently selected configuration.


Video Answer


1 Answers

The answer is close, in the Project gear menu: enter image description here

PS: Yes, it's a self-learning post

Also, you may have switched on the Show Excluded Files option. If so, use Shift + Shift and type excluded and do the obvious thing. show excluded files toggle

like image 199
SeniorJD Avatar answered Sep 21 '22 15:09

SeniorJD