Hello
I use sublime3 for editing *.ts and *.html files in angular2 base frontend application.
Each form/raport has own dedicated subdirectory.
All this subdirectories belongs to app directory.
For each .ts file npm background daemon generate 2 more files, one ending in .js , second ends in .js.map
I have 5 .ts file in each subdirectories. So ten more file arise and I don’t need to edit them.
Is any possibility to develop one plugin to hide in app tree view (and recursive) all files ending in .js and js.map ?
Maybe this plugin can use one json file.
For example mask.json in app directory where will be specified the extensions that I want to not display in the tree view.
Thank you …
Best regards.