Skip to content

Instantly share code, notes, and snippets.

@robertcedwards
Last active December 15, 2015 00:19
Show Gist options
  • Save robertcedwards/5172182 to your computer and use it in GitHub Desktop.
Save robertcedwards/5172182 to your computer and use it in GitHub Desktop.
Permanently ignore .DS_Store files in your Git repos
git config --global core.excludesfile ~/.gitignore_global && echo .DS_Store >> ~/.gitignore_global
@robertcedwards
Copy link
Author

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment