Gradle creates a folder called .gradle. Should I track it with my version control (i.e. git)?
.gradle
More importantly, why / why not?
The .gradle folder contains different calculated information about your gradle build (e.g. cached outputs/input information). You definitely shouldn't check that folder into your version control system.