Raul Santelices
Raul Santelices

Reputation: 1120

Hide specific files in IntelliJ IDEA

I know from Intellij IDEA. Hide .iml files that I can hide from the Project Tool Window specific file extensions on all directories. However, I have unsuccessfully tried to hide specific files (e.g. mymodule/blah.tgz) without getting all tgz files to hide as well. In Settings -> Editor -> File Type, at the bottom, I have tried specifying full and relative paths (e.g. ~/projects/mymodules/blah.tgz) without luck.

How can I achieve this? Is this supported at all? I'm using IntelliJ 14 Ultimate.

Upvotes: 0

Views: 267

Answers (1)

jtonic
jtonic

Reputation: 639

Please see the following comment. How to hide unnecessary files from intellij project view?

I usually use the scope support in Idea to filter in/out files/folders in project tool window and other windows, i.e. Find.

I hope this helps.

Upvotes: 1

Related Questions