From d9ead7f98ffaf093d12525db5cc2f00b94d5189c Mon Sep 17 00:00:00 2001 From: "RingOfStorms (Joshua Bell)" Date: Wed, 31 Dec 2025 09:37:53 -0600 Subject: [PATCH] add result to ignore list --- lua/plugins/telescope.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/lua/plugins/telescope.lua b/lua/plugins/telescope.lua index fcf10c8..a4fcf4f 100644 --- a/lua/plugins/telescope.lua +++ b/lua/plugins/telescope.lua @@ -40,6 +40,7 @@ return { "^build/", "target/", "node_modules/", + "result/", "package-lock.json", ".git/", ".direnv/",