Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Does not report "ignored-but-still-tracked" any more #455

Closed
oli-h opened this issue Aug 25, 2017 · 4 comments
Closed

Does not report "ignored-but-still-tracked" any more #455

oli-h opened this issue Aug 25, 2017 · 4 comments

Comments

@oli-h
Copy link

oli-h commented Aug 25, 2017

Prerequisites

Have a project with a file being tracked by Git.
Then add this file to .gitignore and commit this stuff
Import this project in IntelliJ

Description

Former versions of this gitignore plugin reported such "tracked-but-in-gitignore" files on IntelliJ startup.
The current version doesn't do this any more.

I can't say if this is now a bug - or it's just a removed feature.

@kasperpeulen
Copy link

Yes, I miss this feature.

I think it is a bug, because the untrack ignored files dialog gives empty result.

image

image

@hsz
Copy link
Member

hsz commented Oct 11, 2017

@oli-h @kasperpeulen Thanks for reporting this.

I have disabled this feature temporary because of some performance issues and incorrect results in some cases.

I've migrated to the git ls-files -i --exclude-standard function. It's fixed, enabled and will be available (today) with v2.2.2

@hsz
Copy link
Member

hsz commented Oct 12, 2017

Fix has been published with v2.2.2.

@hsz hsz closed this as completed Oct 12, 2017
@oli-h
Copy link
Author

oli-h commented Oct 16, 2017

Thx @hsz for all your work

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants