add more files to .ignore

This commit is contained in:
Oliver Ladner 2023-11-21 14:57:25 +01:00
commit 38235a9375

View file

@ -4,9 +4,14 @@ Docs: https://github.com/nvim-telescope/telescope-fzf-native.nvim
Performance depends on installation of ripgrep and fd (both available in Homebrew) Performance depends on installation of ripgrep and fd (both available in Homebrew)
If you have huge amounts of files, consider adding some to `$HOME/.ignore`: If you have huge amounts of files, consider adding some to `$HOME/.ignore`:
Pictures/
Music/
Applications/
dotnet/ dotnet/
opt/miniconda3/ opt/miniconda3/
Library/ Library/
.cache/
.git/
]]-- ]]--
return { return {
"nvim-telescope/telescope-fzf-native.nvim", "nvim-telescope/telescope-fzf-native.nvim",