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
Related protips
Have a fresh tip? Share with Coderwall community!
Post
Post a tip
Best
#Git
Authors
khasinski
591.1K
dmichaelavila
500.4K
Sponsored by #native_company# — Learn More
#native_title#
#native_desc#