Is your enhancement request related to a problem? Please describe.
Currently when using the search feature in vscode it searches through the .build & .index-build directories. This causes confusion and usually having us mistakenly editing the build version of a file instead of the actual source file.
Describe the solution you'd like
- Implement VSCODE search ignore rules to ignore .build & index-build directories
Is your enhancement request related to a problem? Please describe.
Currently when using the search feature in vscode it searches through the
.build&.index-builddirectories. This causes confusion and usually having us mistakenly editing the build version of a file instead of the actual source file.Describe the solution you'd like