Results 1 comments of rushan

# About how to create .gitignore You can reference the .gitignore template: [Node.gitignore](https://github.com/github/gitignore/blob/master/Node.gitignore) 'node_modules/' is added in this '.gitignore' # About how to remove node_modules `git rm -r --cached node_modules`...