`.DS_Store` should be removed from version control. You can globally `gitignore` it (I'd recommend doing so), see here: https://stackoverflow.com/questions/18393498/gitignore-all-the-ds-store-files-in-every-folder-and-subfolder)
.DS_Storeshould be removed from version control.You can globally
gitignoreit (I'd recommend doing so), see here: https://stackoverflow.com/questions/18393498/gitignore-all-the-ds-store-files-in-every-folder-and-subfolder)