Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save edbentinck/561940b81a57714c6da1 to your computer and use it in GitHub Desktop.
Save edbentinck/561940b81a57714c6da1 to your computer and use it in GitHub Desktop.
Make git always ignore .DS_Store
$ git config --global core.excludesfile ~/.gitignore
$ echo .DS_Store >> ~/.gitignore
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment