I recently upgraded Angular from v12 to v14 using the ng update command and did the required modifications manually.
The command added a .angular folder with a cache library that seems huge:
But it didn't add the cache folder to .gitignore.
Should I add .angular to my .gitignore?
