diff --git a/.gitignore b/.gitignore index 4400aea..5f35fbc 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,5 @@ node_modules -README.md \ No newline at end of file +README.md +git rm node_modules +git commit -m "node_modules" +git push origin main \ No newline at end of file