Make searching faster is important when you try to search in a project where is a lot of files.
Everything you specify behind | will exclude from search.
*|node_modules\ bin\ obj\ *.js
So, we will search in all files and directories except node_modules, bin and obj directory and we also don't want to search in all js files.