My global .gitignore is generally great but for this one off project I don't want the global rules applied.
How can I remove the global .gitignore rules for this one freak repository?
Run this command in your repo:
git config --local core.excludesfile false
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With