I'm working on an angular project. I don't want allautocomplete to be burdened with all the node modules, as i have a low power processor and 4GB ram. So it would have been great if i could exclude node_modules folder from indexing by allAutoComplete & also be able to include necessary node module like bootstrap for indexing.
I'm working on an angular project. I don't want allautocomplete to be burdened with all the node modules, as i have a low power processor and 4GB ram. So it would have been great if i could exclude node_modules folder from indexing by allAutoComplete & also be able to include necessary node module like bootstrap for indexing.