Skip to content

Instantly share code, notes, and snippets.

@PaulGoldschmidt
Last active October 25, 2024 18:38
Show Gist options
  • Save PaulGoldschmidt/dcb42fa81490c28b3721786c9967ed1f to your computer and use it in GitHub Desktop.
Save PaulGoldschmidt/dcb42fa81490c28b3721786c9967ed1f to your computer and use it in GitHub Desktop.
Git ignore .DS_Store Globally
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