(nvim) ignore vendor/ and storage/ fzf find
This commit is contained in:
parent
22a8a24a40
commit
d7c5d44ef4
1 changed files with 2 additions and 0 deletions
|
|
@ -114,6 +114,8 @@ return {
|
|||
"target/.*",
|
||||
".devbox/.*",
|
||||
".nix/.*",
|
||||
"vendor/.*",
|
||||
"storage/.*",
|
||||
},
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue