Last active
July 26, 2017 08:59
-
-
Save xkrsz/65c0effbbab4b605fb334a248bbaae61 to your computer and use it in GitHub Desktop.
Global gitignore for mac users, just paste it in the terminal
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
git config --global core.excludesfile ~/.gitignore_global && echo "*~\n.idea\n# OS generated files #\n######################\n.DS_Store\n.DS_Store?\n._*\n.Spotlight-V100\n.Trashes\nehthumbs.db\nThumbs.db" > ~/.gitignore_global |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment