Skip to content

Instantly share code, notes, and snippets.

@benbahrenburg
Created August 6, 2011 14:15
Show Gist options
  • Star 29 You must be signed in to star a gist
  • Fork 2 You must be signed in to fork a gist
  • Save benbahrenburg/1129364 to your computer and use it in GitHub Desktop.
Save benbahrenburg/1129364 to your computer and use it in GitHub Desktop.
Tell git to globally 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