When creating maven project using Intellij IDEA, by default target
directory is not visible in Project explorer. But I can make it visible by removing it from excluded folders in module settings. But it work only for short period of time, and after 10-15 minutes target
directory again invisible. So I need again go to module settings and remove target
directory from Excluded directories.
How I can make visible maven's target
directory forever?