Can someone help me figure out how to exclude all .js.map files in my Angular 2 project? I've tried various combinations in my .gitignore file, but none of them seem to be working.
*.log
typings
src/app/**/*.js
src/app/**/*.map
node_modules
.idea/
src/app/**/**/*.map
src/app/*.map
src/app/**/*.js.map
src/app/**/*.js