I have the following entries in .gitignore
frontend/node_modules/
!frontend/node_modules/clarity-angular/
!frontend/node_modules/clarity-ui/
But the plugin reports the following alarm
Ignored files found that are tracked: .ignore plugin found some files that are tracked with Git which are also listed in .gitignore file.
Click the _Show Detail_ link, and I find that it's about the files under frontend/node_modules/clarity_angular and frontend/node_modules/clarity-ui/.
Besides, there are many _entry is never used_ alarms in the file which meaning is unsure.

Did I understand something wrong?
I second that. Mostly gone after reopen.
I'm using latest release of this plugin and also have problem with excluded folders:
*.jar
!/libs/**/*
The plugin wants untrack all .jar files inside /libs directory.
Same Problem here with PHPStorm.
Project source code files are randomly marked as ignored with warning in IDE if opened. This happened several times to definitely not excluded or ignored files now.

Same here.
@KingMario @osahner @Hronom @mko-x @YOzaz @iandbanks
Thanks for this report!
This issue has been resolved - commit is attached to #350.
Fix will be released soon with v2.0.0 version.
Most helpful comment
@KingMario @osahner @Hronom @mko-x @YOzaz @iandbanks
Thanks for this report!
This issue has been resolved - commit is attached to #350.
Fix will be released soon with v2.0.0 version.