Please do not commit .DS_Store files to the repository. It creates merge conflicts with other Mac users. If you want to do things like "git add -A" or "git add *", then it would be best to put the .DS_Store files in your gitignore. More info on how to do that can be found here:
https://help.github.com/articles/ignoring-files/
Please do not commit .DS_Store files to the repository. It creates merge conflicts with other Mac users. If you want to do things like "git add -A" or "git add *", then it would be best to put the .DS_Store files in your gitignore. More info on how to do that can be found here:
https://help.github.com/articles/ignoring-files/