Last active
April 8, 2024 00:10
-
-
Save EmilyRosina/e0dacae390ffd84efa25cb90fe791703 to your computer and use it in GitHub Desktop.
How to create local git ignore
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
git config --global core.excludesfile .local.gitignore | |
# Then add .local.gitignore to the file, so it ignores itself | |
# whilst also ignoring everything else you put in the file |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment