Angular 2 如何忽略.map.js 文件?

Angular 2 how to ignore .map.js files?

我现在想知道如何忽略 angular 中的所有 .js.map 文件 2. 在我的 .gitignore 文件中,我已经尝试了所有的可能性,但还没有成功。

*.log
typings
src/app/**/*.js
src/app/**/*.map
node_modules
.idea/
src/app/**/**/*.map
src/app/*.map
src/app/**/*.js.map
src/app/**/*.js

使用这些

**/*.map 
**/app/**/*.js