Ganesh
Results
1
comments of
Ganesh
**How to Create .gitignore and add node_modules to it** - Create a .gitignore file (if it doesn't exist) using: `touch .gitignore` - Add node_modules in .gitignore by adding "node_modules/" in...