There as a few .project and .classpath files (from Eclipse) that are inside the project.
I think those files should be ignored by git and not added to the project as on every IDE you can import the gradle or maven project you're interested in.
I can see in the .gitignore there was a try to ignore them but it seems it need to be fixed. I'm purposely not removing them myself as I'm using IntelliJ and they are not a problem but could be if removed from the git repository without a special care of the Eclipse devs on their machine.
There as a few .project and .classpath files (from Eclipse) that are inside the project. I think those files should be ignored by git and not added to the project as on every IDE you can import the gradle or maven project you're interested in.
I can see in the .gitignore there was a try to ignore them but it seems it need to be fixed. I'm purposely not removing them myself as I'm using IntelliJ and they are not a problem but could be if removed from the git repository without a special care of the Eclipse devs on their machine.
Alex.