Recently updated a Angular project with the ng update command from version 12 to version 13, at build time a new folder '.angular/cache' was created by Angular CLI, and in updates progress, adds this folder to the .gitignore file.
I want to know, Should the .angular cache folder add to .dockerignore? Is this action necessary or it is good practice?