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 sadhasivam/303aa1a63e0a74e8376efdad2549e587 to your computer and use it in GitHub Desktop.
Save sadhasivam/303aa1a63e0a74e8376efdad2549e587 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