You can specify more than one pattern in the file/directory pattern, with ! where you can do something like this:
!vendor,!*.go
This will have the effect of not searching in the vendor folder, or in any file with .go extension.
Developer from somewhere
You can specify more than one pattern in the file/directory pattern, with ! where you can do something like this:
!vendor,!*.go
This will have the effect of not searching in the vendor folder, or in any file with .go extension.