Skip to content

Instantly share code, notes, and snippets.

@shaunfink
Last active May 31, 2018 13:25
Show Gist options
  • Save shaunfink/edd9735c8c60791769467b4bddd87534 to your computer and use it in GitHub Desktop.
Save shaunfink/edd9735c8c60791769467b4bddd87534 to your computer and use it in GitHub Desktop.
# Global gitignore stuff for mac
echo ".DS_Store" >> ~/.gitignore_global
echo "._.DS_Store" >> ~/.gitignore_global
echo "**/.DS_Store" >> ~/.gitignore_global
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