Skip to content

Commit

Permalink
no build folder ignore and lazylock
Browse files Browse the repository at this point in the history
  • Loading branch information
joeyagreco committed Feb 28, 2025
1 parent 598da34 commit 42888d8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .config/nvim/lua/plugins/telescope.lua
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,8 @@ return {
buffer_previewer_maker = handle_large_files,
path_display = { "smart" },
file_ignore_patterns = {
"build/",
-- removing this for now as fx in golang uses "/build" folders a lot and we do not want to ignore those
-- "build/",
"dist/",
"node_modules/",
".git/",
Expand Down

0 comments on commit 42888d8

Please sign in to comment.