diff --git a/lua/ow/plugins/telescope.lua b/lua/ow/plugins/telescope.lua index c302dc7..a6d57a4 100644 --- a/lua/ow/plugins/telescope.lua +++ b/lua/ow/plugins/telescope.lua @@ -26,6 +26,9 @@ return { [""] = actions.select_default, }, }, + file_ignore_patterns = { + "^%.git/", + } }, extensions = { undo = {