Skip to content

Instantly share code, notes, and snippets.

@spewil
Created December 2, 2021 13:03
Show Gist options
  • Save spewil/b2deb28ddd4f8a07a72c008e7991dfb5 to your computer and use it in GitHub Desktop.
Save spewil/b2deb28ddd4f8a07a72c008e7991dfb5 to your computer and use it in GitHub Desktop.
ignore DS_Store everywhere
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