Last active
May 31, 2018 13:25
-
-
Save shaunfink/edd9735c8c60791769467b4bddd87534 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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