how to gray out files from .gitignore in phpstorm?

phpstorm

Solution

you can install a plugin called .gitignore

http://plugins.jetbrains.com/plugin/7495

Problem

is it possible to gray out files, which are in .gitignore in Project perspective? I've tried to find this setting in PHPStorm config, also I've tried to make a new scope with another scheme color, but probably it is not possible to make a scope using .gitignore.

Original source