Last Updated: February 25, 2016
·
2.307K
· sativaware

Ignore OSX Finder .DS_Store files from your git repo.

Developers using Macs will often notice .DS_Store files appearing in your Git Repos - the following can be added to a .gitignore file to ignore these files(which are created by Finder)

$ nano .gitignore

Add the following to .gitignore

.DS_Store