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

Ignored files found that are tracked #400

Closed
ghost opened this issue Jul 31, 2017 · 12 comments
Closed

Ignored files found that are tracked #400

ghost opened this issue Jul 31, 2017 · 12 comments

Comments

@ghost
Copy link

ghost commented Jul 31, 2017

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

@alexantr
Copy link

alexantr commented Aug 1, 2017

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

@MichalMichalak
Copy link

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.

@alexilyaev
Copy link

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.

@alexantr
Copy link

alexantr commented Aug 2, 2017

What I see in every project:

1
2

.gitignore file:

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

@ali-shamakhi
Copy link

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

@kamronbatman
Copy link

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

@r3b311i0n
Copy link

I have the same issue on Idea 2017.2.1

@joshmorel
Copy link

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

@svenbergryen
Copy link

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

@mbuzdalov
Copy link

mbuzdalov commented Aug 14, 2017

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

@CAD97
Copy link

CAD97 commented Aug 20, 2017

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

@hsz hsz added the bug label Aug 20, 2017
@hsz hsz added this to the v2.1 milestone Aug 20, 2017
@richardhooper
Copy link

+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.

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