Last active
January 18, 2019 14:22
-
-
Save me7media/70263fb3bc008a264ba8f46d6e65ab23 to your computer and use it in GitHub Desktop.
Git gitignore_global
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
Global gitignore | |
cd ~ | |
touch .gitignore_global | |
git config --global core.excludesfile ~/.gitignore_global | |
gedit ~/.gitignore_global | |
.DS_Store | |
.idea | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment