Add a .gitignore containing .DS_Store. You can remove the tracking without deleting the file itself using `git rm --cached .DS_Store`
Add a .gitignore containing .DS_Store. You can remove the tracking without deleting the file itself using
git rm --cached .DS_Store