At some point in our project, the local configuration files ( workspace.xml
, app.iml
) were sent to git . Among these files, some of the gradle itself ( cache.properties.lock
, fileHashes.bin
, fileSnapshots.bin
, outputFileStates.bin
, taskArtifacts.bin
).
I believe these files were in .gitignore
, but I can not replace them, and now every pull
these same files give conflicts because they are settings changed by the IDE locally.
How can I add them again? Should everyone be in .gitignore
?