Sep 1, 2021
Feel free to ask anything, there are no good or bad questions but just questions.
To answer it, no you don't because it will be generated automatically by heroku. Folders like dist, node_modules, etc must be ignored by git by adding them to the .gitignore file. Angular already does that when you first create a project. You only commit what can not be generated automatically. In this case, source code of your project.