-
Notifications
You must be signed in to change notification settings - Fork 14
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Always apply g:fuzzyy_files_exclude_{file,dir}
This makes sense to me, the defaults are now set to values that you probably always want to ignore, vim swap files, tags files, common version control directories, and users may want to always exclude some files or directories without adding to gitignore or other ignore files. For example, I might like to add tags.* to this, for Vim gutentags. Sure, I could add to a "global" ignore file, but that won't necessarily work with --no-ignore-parent, and maybe I want --no-ignore-parent. Also, fd and rg don't follow include directives in git config, so if you set a "global" gitignore using core.excludesFile from a config file included from your global gitconfig it doesn't work as expected with fd and rg.
- Loading branch information
Showing
2 changed files
with
9 additions
and
14 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters