fix: scan directory (#1362)
This commit is contained in:
@@ -60,7 +60,7 @@ end
|
||||
|
||||
local function get_project_filepaths()
|
||||
local project_root = Utils.get_project_root()
|
||||
local files = Utils.scan_directory_respect_gitignore({ directory = project_root, add_dirs = true })
|
||||
local files = Utils.scan_directory({ directory = project_root, add_dirs = true })
|
||||
files = vim.iter(files):map(function(filepath) return Path:new(filepath):make_relative(project_root) end):totable()
|
||||
|
||||
return vim.tbl_map(function(path)
|
||||
|
||||
Reference in New Issue
Block a user