Pradyumn1710 / Todo-app

This is going to be the first project
0 stars 0 forks source link

Create a .gitignore file to hide node_modules from git #1

Open thedemonsid opened 6 months ago

thedemonsid commented 6 months ago

We do not upload node_modules to github as they can be downloaded manually. So add a .gitignore file in root of your project and add

"node_modules" as a word in that file

thedemonsid commented 6 months ago

nice work by the way