neoclide / coc-lists

Common lists for coc.nvim
264 stars 24 forks source link

files unnecessary respecting of .gitignore #152

Open jacknicklenson opened 3 months ago

jacknicklenson commented 3 months ago

Hi, there are two different commands in CocList to list cwd files. One is :CocList files, other is :CocList gfiles, gfiles already respects .gitignore file but files is also respects and this bothers me. I frequently add/remove files which are not tracked by git. Can you disable files to not to respect .gitignore file by default.