Skip to content

Instantly share code, notes, and snippets.

@jonathanfranks
Created February 10, 2015 21:39
Show Gist options
  • Save jonathanfranks/101a6499bae4b69f3a76 to your computer and use it in GitHub Desktop.
Save jonathanfranks/101a6499bae4b69f3a76 to your computer and use it in GitHub Desktop.
Globally ignore all .ds_store files (OSX)
echo .DS_Store > ~/.gitignore_global
git config --global core.excludesfile ~/.gitignore_global
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment