gitignore.local being ignored?
StevenXL opened this issue · 2 comments
StevenXL commented
Hi folks,
Following the directions in the README, I added the following file: /Users/stevenleiva/dotfiles-local/gitignore.local
with the following content:
.envrc
However, even after running rcup
, .envrc
files are not being ignored by git in other repositories.
mikegee commented
You may need to run
git config --global core.excludesfile ~/.gitignore_global