Skip to content

Instantly share code, notes, and snippets.

@davlgd
Created January 25, 2023 13:15
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 davlgd/9d88dbc95d2626495310d3ff6adec963 to your computer and use it in GitHub Desktop.
Save davlgd/9d88dbc95d2626495310d3ff6adec963 to your computer and use it in GitHub Desktop.
Remove .DS_Store files globally from git in macOS
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