DarkWingDuck
DarkWingDuck

Reputation: 2128

Exclude folders by name in IntelliJ Idea PhpStorm

Is there a way to exclude / hide folders by pattern or name in PhpStorm, other than excluding them one by one with their full paths?

I got about 200 dreamweaver _notes folders in the project (one under each folder). These are ignored/hidden by a name pattern in other software we use. Can I hide them without actually adding 200 entries in PhpStorm?

Upvotes: 1

Views: 882

Answers (1)

LazyOne
LazyOne

Reputation: 165148

Settings | File Types | Ignore Files and Folders field on the bottom part of the screen -- add your pattern there.

PLEASE NOTE:

  • this is IDE-wide settings and will affect ALL projects
  • it will be applied to both files and folders

Upvotes: 6

Related Questions