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.
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 disablefiles
to not to respect .gitignore file by default.