Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save valkjsaaa/b2b694fdcb37a00c316ebff4b20491e3 to your computer and use it in GitHub Desktop.
Save valkjsaaa/b2b694fdcb37a00c316ebff4b20491e3 to your computer and use it in GitHub Desktop.
Tell git to globally ignore .DS_Store
git config --global core.excludesfile ~/.global_gitignore
echo .DS_Store >> ~/.global_gitignore
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment