What is the taskArtifacts folder in my android projet inside my mercurial repository for?

2.6k views Asked by At

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.

0

There are 0 answers