feat: add --override-ignore flag to selectively bypass .gitignore rules#1886
feat: add --override-ignore flag to selectively bypass .gitignore rules#1886benodiwal wants to merge 1 commit intosharkdp:masterfrom
Conversation
ae7eed7 to
e2f504e
Compare
|
This looks like it adds a lot of complexity for a fairly niche feature. Is there a reason we can't just use WalkBuilder::override for this? |
|
I initially tried using When you add any whitelist pattern to The two-walk approach avoids this by keeping Walk 1 completely unchanged and only running Walk 2 when Open to simpler approaches if I'm missing something! |
Closes #1885