So, I have an Android project created using Android Studio. I´m not so familiar with Android Studio yet, so I don´t know if this folder is created by the Android Studio or by Mercurial.
The folder path is :
Repo-> .gradle -> 2.2.1 ->taskArtifacts ->
cache.properties
cache.properties.lock
fileHashes.bin
fileSnapshots.bin
outputFileStates.bin
taskArtifacts.bin
I want to commit just files that my teammates need, but I don´t know if I put this folder in the .gitignore if I will get an error later.
What does this folder do? What is it for?
Thank you in advance.