I have a directory structure like so
/
| /node
| | index.js
| | /node_modules
| | | /localModule
| | | | index.js
| /node_modules
| | /npmModule
and the problem is I want all node/**/node_modules directories to be indexed and searchable, but due to the default ignoring of node_modules directories, I can't get my wanted node_modules folders included in indexing, is there a way to set a files.include rule the way you can do files.exclude?