What are the files that should not be committed to source control repository in SPFx project?
Vinay Ayinapurapu
Do not commit node_module folder and its files in source control repository. You can always get these files using npm install command in your project directory.