jcadima
5/22/2017 - 4:38 PM

remove DS_STORE

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