Idea-gitignore: Ignored files found that are tracked

Created on 31 Jul 2017  路  12Comments  路  Source: JetBrains/idea-gitignore

Ignored files found that are tracked: .ignore plugin found some files that are tracked with Git which are also listed in .gitignore file.

bug ready for release

Most helpful comment

What I see in every project:

1
2

.gitignore file:

.idea/
vendor/
build/
composer.lock
composer.phar
phpunit.xml
phpunit.phar

All 12 comments

After last update in every project which I reopen .ignore plugin shows this message and suggests to untrack project root folder.

PhpStorm 2017.2 on Win10 1703 x64
.ignore version 2.0.4

I am receiving the same message and the suggestion is to remove files that, indeed are ignored, but are not committed nor staged to be committed. I am using GIT.

Again to be clear - plugin shows me the files that are only on my disk, locally, never went to remote repository and will not go there because they are ignored, ex: .idea directory.

That doesn't make sense, it says there are files that are tracked and ignored, meaning they somehow got added to the repo before ignoring them.

I think it's a bug, I have a repo which has no tracked files that are satisfied by .gitignore patterns:
https://github.com/alexilyaev/react-es6-starter

The plugin in WebStorm doesn't show me anything when I click Show Details.

What I see in every project:

1
2

.gitignore file:

.idea/
vendor/
build/
composer.lock
composer.phar
phpunit.xml
phpunit.phar

I got a list of some tracked but ignored files, tried to fix them by running the suggested commands:
git rm --cached --force file_path_to_be_reset
but I got this for every command:
fatal: pathspec 'file_path_to_be_reset' did not match any files
and I checked them, they really didn't exist!

After that, I get this at every IDE start:
empty-list-of-tracked-ignored-files

+1, same problem as everyone else. Using Webstorm 2017.2.1.

I have the same issue on Idea 2017.2.1

This started happening as soon as I upgraded the plugin to 2.0.4 (WebStorm 2017.2.1 & 2017.2.2)

Before the plugin upgrade it was working

same here. PhpStorm PhpStorm 2017.2.1 (Build #PS-172.3544.41, built on August 2, 2017) and idea-gitignore-2.0.4

untrack_ignored_files_and_eu-cookie-compliance-port-css-changes-2900108-4_patch_-_eu8_-___webserver_eu8__and_eu_cookie_compliance_module_-_eu-cookie-compliance_-___webserver_eu_cookie_7_sites_all_modules_eu-cookie-compliance_

I also have this issue, manifesting itself in every project featuring .gitignore just like above. IDEA 2017.2.1, .ignore 2.0.4.

馃憤 Occurring for me in IDEA 2017.2.1 as well. No repro in 2017.2.2 because #443 supersedes any plugin action.

+1 for this issue!
PhpStorm 2017.2.1 (Build #PS-172.3544.41, built on August 2, 2017)
.ignore 1.7.6 (I've been letting this update when suggested, but maybe I should be doing a manual upgrade...)

I've got a number of projects I'm actively developing, but only one of them seems to suffer from this issue.

Was this page helpful?
0 / 5 - 0 ratings