Created
November 21, 2012 12:46
-
-
Save tagrudev/4124691 to your computer and use it in GitHub Desktop.
Create global gitignore file
This file contains hidden or 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
create a file in your ~ dir named .gitignore_global | |
then: | |
git config --global core.excludesfile ~/.gitignore_global | |
add content to your .gitignore_global file |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment