Add gitignore for node_modules
crutchcorn opened this issue · 0 comments
crutchcorn commented
You can remove the node_modules
folder from your project and should do so using a .gitignore
file and adding node_modules to the file
You'll also need to remove the directory and git rm
the files