First of all, install Prettier extension: "Pettier - Code formatter". The open the VSCode setting: cmd + , Search for "format": and enable "Format On Save" Add .prettierrc file: { , "semi": true, "singleQuote&q…
Most projects have automatically generated files or folders from the operating system, applications, package managers etc. Usually, we don't want to include these types of things in our remote repos because they can clutter the git history/storage an…