Recently I've started attempting to use git to transfer my projects between my computers but have run into a problem. I am using Android Studio and Bitbucket. Every time I go about cloning the repository the some of the files (gradle.xml , misc.xml, modules.xml for example) change.
Does it matter if these files change in my projects? Also why do they change when cloning the project?
Any help would be appreciated.