mirror of
https://github.com/angular/angular-cli.git
synced 2025-05-20 21:42:38 +08:00
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:
parent
2a0dc39de3
commit
fc1fda2663
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user