fd: Tweak ignored files
This commit is contained in:
parent
3856920168
commit
708c1cebb3
2 changed files with 4 additions and 1 deletions
3
.config/fd/ignore
Normal file
3
.config/fd/ignore
Normal file
|
@ -0,0 +1,3 @@
|
||||||
|
.cache
|
||||||
|
.cargo
|
||||||
|
.git
|
|
@ -20,7 +20,7 @@ telescope.setup({
|
||||||
},
|
},
|
||||||
pickers = {
|
pickers = {
|
||||||
find_files = {
|
find_files = {
|
||||||
find_command = { "fd", "--type", "f", "--exclude", "**/.git/", "--strip-cwd-prefix", "--unrestricted" },
|
find_command = { "fd", "--type", "f", "--strip-cwd-prefix", "--unrestricted" },
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
})
|
})
|
||||||
|
|
Loading…
Add table
Reference in a new issue