feat: dont include chatgpt_config.yaml in file list
This commit is contained in:
@@ -148,7 +148,9 @@ function M.get_project_files(directories, conf)
|
||||
local rel_files = {}
|
||||
for _, f in ipairs(all_files) do
|
||||
local rel = vim.fn.fnamemodify(f, ":.")
|
||||
table.insert(rel_files, rel)
|
||||
if not rel:match("^%.?chatgpt_config%.yaml$") then
|
||||
table.insert(rel_files, rel)
|
||||
end
|
||||
end
|
||||
|
||||
if conf.debug then
|
||||
|
||||
Reference in New Issue
Block a user