Skip to content

Commit 47c7d9b

Browse files
alan-agius4vikerman
authored andcommitted
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 ```
1 parent 2b6093b commit 47c7d9b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/schematics/angular/workspace/files/__dot__gitignore.template

+2-2
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@
1111
/node_modules
1212

1313
# profiling files
14-
chrome-profiler-events.json
15-
speed-measure-plugin.json
14+
chrome-profiler-events*.json
15+
speed-measure-plugin*.json
1616

1717
# IDEs and editors
1818
/.idea

0 commit comments

Comments
 (0)