add Gitignore (#251)
This commit is contained in:
@@ -30,6 +30,10 @@ local function update_root_status(root)
|
||||
end
|
||||
end
|
||||
|
||||
function M.get_path_gitexclude()
|
||||
return vim.fn.system("git config --get core.excludesFile")
|
||||
end
|
||||
|
||||
function M.reload_roots()
|
||||
for root, status in pairs(roots) do
|
||||
if status ~= not_git then
|
||||
|
||||
Reference in New Issue
Block a user