Created
June 10, 2019 02:51
-
-
Save michaeljymsgutierrez/0d55483ef3cd723b1a4eb507ff755708 to your computer and use it in GitHub Desktop.
Command for globally ignoring files
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
| cd ~ | |
| touch .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