Ignore *.js and *.js.map
Hi,
is there a way to ignore the generated *.js and *.js.map files for typescript files? Additionally, I don't want to search through all these by default. Can both be achived? If not, I'd still be pleased to hide these files from the file explorer.
Please sign in to leave a comment.
Try using this setting.
Ok, the files are no longer indexed and no longer provided in the search, thanks.They are still in the solution tree, but I dont mind that.
Cool. If you still interested in hiding them in Solution Explorer. Try doing right click and calling `Exclude`. Once excluded, check the csproj source (with F4) and tweak it a bit with wildcards to exclude all `**/*.js.map`.