How to hide .js and .map files in WebStorm while working on Angular2-typescript project

Viewed 15820

I tried adding the extensions to .gitignore but the result is as below:

webstorm file explorer

The files are not completely hidden.

4 Answers
Related