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

后端 未结 4 897
故里飘歌
故里飘歌 2021-02-02 07:49

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

The files are not completely hidden.

4条回答
  •  情深已故
    2021-02-02 08:24

    • Enable Typescript Compiler (Generated files are hidden when compiler generates them)

    • Change your view to Project as suggested by Cibes

提交回复
热议问题