remove DS_STORE
https://stackoverflow.com/questions/107701/how-can-i-remove-ds-store-files-from-a-git-repository git rm --cached -f *.DS_Store then create .gitignore: #Ignore folder mac .DS_Store