#make .gitignore file. #add node_modules/ line to gitignore file #run this command git rm -r --cached <PATH> o <FILE> (ex: node_modules/) git add . git commit -m "remove gitignore files" git push