belen
belen

Reputation: 193

Eclipse project been ignored when trying to commit to Git Repository

I am using eclipse and EGit plugin. I pressed by mistake Team -> Ignore for my whole project in eclipse and now is not recognising my changes and I can't commit. How can I solve it?

Upvotes: 0

Views: 14

Answers (1)

flafoux
flafoux

Reputation: 2110

I'm not sure you can undo that through the UI, so try searching for a .gitignore file in your workspace or local repository. References to your project files should be in it, edit the file, remove references and save it.

Upvotes: 1

Related Questions