Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Should __ngcc_entry_points__.json be added to source control

During the update to Angular 9.1, a file called __ngcc_entry_points__.json appeared in all my root folders in the project. Should this file be added to source control, or ignored?

It seems to just contain some hash information, so I assume it can be ignored?

like image 992
Rasmus Hansen Avatar asked Mar 26 '20 07:03

Rasmus Hansen


2 Answers

I created an issue to get the official response and the answer is NO. Feel free to ignore it.

As its naming suggests it is internal and it should not be written to your workspace.

like image 133
Vojtech Avatar answered Nov 15 '22 03:11

Vojtech


I believe that it is an issue in the 9.1.0 version and hope the file will not be in the "src" folder with further updates.

like image 24
Dmytro Krekota Avatar answered Nov 15 '22 03:11

Dmytro Krekota