natecraddock / nvim-find

A fast and simple finder plugin for Neovim

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Default ignore list

natecraddock opened this issue · comments

When working on code that is not in a git repository it is still useful to ignore certain directories. For example, __pycache__, node_modules, .git, .hg and others should be ignored by default.

The same code used for .gitignore support should be able to work for this purpose when a .gitignore file is not found.


Should some files also be ignored? Like any hidden file?