Git-Tip

Remove all .DS_Store

git rm --cached $(git ls-files | grep .DS_Store)