Idea-gitignore: false positive: Ignored files found that are tracked

Created on 15 May 2017  路  5Comments  路  Source: JetBrains/idea-gitignore

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.

image

Did I understand something wrong?

bug ready for release

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.

All 5 comments

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.

image

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.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

julienfalque picture julienfalque  路  3Comments

ohlle picture ohlle  路  7Comments

matewka picture matewka  路  5Comments

k3n picture k3n  路  3Comments

sercheo87 picture sercheo87  路  5Comments