Skip to content

Commit

Permalink
fix(@schematics/angular): add differential loading profiling file to …
Browse files Browse the repository at this point in the history
…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
```
  • Loading branch information
alan-agius4 authored and vikerman committed Jul 26, 2019
1 parent 2b6093b commit 47c7d9b
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 47c7d9b

Please sign in to comment.