Supporting "--no-ignore-parent" like ripgrep, or support ignoring specifit .gitignore? #787
Labels
Milestone
Comments
|
I'm okay with adding a new option, analogous to |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment


My problem is that I use my home directory as a git repo to manage my dotfiles, so there is a
~/.gitignorethat ignores everything except some files. The problem isfdwon't work by default at this situation. Although there is a--no-ignore-vcs, but I still want.gitignoreto be respected when I am in a project directory.Ripgrep has a flag
--no-ignore-parentthat can ignore.gitignorein parent directory, which works well enough. A even better solution could introduce a new flag to exclude certain.gitignoreonly, such asfd --no-ignore-file ~/.gitignore.Similar ripgrep issue: BurntSushi/ripgrep#372
The text was updated successfully, but these errors were encountered: