Search in Files recursive exclude directories
In a project directory, I need to search also recursively:
- including some directories like
./testsand./utils(containing some project code), - but exclude some directories like
./docs(as in docs there are Sphinx template files etc., not related to the project) and the directory of third-party modules.
Please add the functionality to set "project directories" (like ./tests etc.) to search in addition to the root folder of the project, or to exclude some files & folders from recursive search.
wing-personal-11.1.0.0-linux-x64
Comments