3 ms·
>global ignore file at ~/.config/git/ignore or wherever core.excludesFile points Most mentions I see of `core.excludesFile` refer to it as a global, but it cou
by ta8903 7mo ago
>global ignore file at ~/.config/git/ignore or wherever core.excludesFile points
Most mentions I see of `core.excludesFile` refer to it as a global, but it could also be a local file. I use it as a local file since for some projects I'm working on I end up having a set of scripts/logs/anything specific to the repository that I don't want to be in the `.gitignore`.