I'm working with Visual Studio 2013. With WebEssentials, I have created some bundles files to minimize my javascript files, and every time I do a search, my vs freezes because it searchs also in the bundles files. So if I have, e.g., the 'externalBundle.js'
and the 'myappBundle.js'
, I want to exclude them.
I've already seen the Excluding specific files from Visual Studio search and the How to exclude designer.cs from Visual Studio file search posts, but they don't solve my issue. I just want to exclude two files from the search by a pattern.
UPDATE: I've started a new project and I'm working with Visual Studio 2015. The issue is still present because it seems the search widgets are the same as in VS2013.