In a project I have that is under Git PhpStorm is showing a bunch of files that it states are "unversioned", however Git disagrees.
Running:
git ls-files . --exclude-standard --others
...from the Terminal shows nothing.
PhpStorm version 2018.1.6
Did PhpStorm get confused somehow or what is the problem here?