fix(@schematics/angular): add differential loading profiling file to gitignore

When differential loading enabled we will have different profiling files for every build target

Ex:
```
chrome-profiler-events-es2015.json
speed-measure-plugin-es2015.json
chrome-profiler-events-es5.json
speed-measure-plugin-es5.json
```
This commit is contained in:
Alan 2019-07-19 11:40:25 +02:00 committed by vikerman
parent 2a0dc39de3
commit fc1fda2663

View File

@ -11,8 +11,8 @@
/node_modules
# profiling files
chrome-profiler-events.json
speed-measure-plugin.json
chrome-profiler-events*.json
speed-measure-plugin*.json
# IDEs and editors
/.idea