mirror of
https://github.com/angular/angular-cli.git
synced 2025-05-21 05:52:41 +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
|
/node_modules
|
||||||
|
|
||||||
# profiling files
|
# profiling files
|
||||||
chrome-profiler-events.json
|
chrome-profiler-events*.json
|
||||||
speed-measure-plugin.json
|
speed-measure-plugin*.json
|
||||||
|
|
||||||
# IDEs and editors
|
# IDEs and editors
|
||||||
/.idea
|
/.idea
|
||||||
|
Loading…
x
Reference in New Issue
Block a user