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.

 

0
3 comments

Try using this setting.

0

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.

0

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`.

0

Please sign in to leave a comment.