Even though you have specified **/build in .gitignore, you still have committed files in that folder (probably before the gitignore was added). Additionally you also have some instances of .settings and .gradle folders.
I would recommend removing all of these.
Even though you have specified
**/buildin .gitignore, you still have committed files in that folder (probably before the gitignore was added). Additionally you also have some instances of.settingsand.gradlefolders.I would recommend removing all of these.