fd: Tweak ignored files

This commit is contained in:
histalek 2023-01-09 14:17:46 +01:00
parent 3856920168
commit 708c1cebb3
No known key found for this signature in database
GPG key ID: ED1D6449704FDE03
2 changed files with 4 additions and 1 deletions

3
.config/fd/ignore Normal file
View file

@ -0,0 +1,3 @@
.cache
.cargo
.git

View file

@ -20,7 +20,7 @@ telescope.setup({
},
pickers = {
find_files = {
find_command = { "fd", "--type", "f", "--exclude", "**/.git/", "--strip-cwd-prefix", "--unrestricted" },
find_command = { "fd", "--type", "f", "--strip-cwd-prefix", "--unrestricted" },
},
},
})