From 7ac6b80dfb9d20b3a45850494be29488af2c1b12 Mon Sep 17 00:00:00 2001 From: MurilloSSJ Date: Mon, 12 Jul 2021 00:36:39 -0300 Subject: [PATCH] Update .gitignore --- .gitignore | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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