From 70a85dde88c0244770329478f019e45fdd32acff Mon Sep 17 00:00:00 2001 From: synt-xerror <169557594+synt-xerror@users.noreply.github.com> Date: Fri, 13 Mar 2026 16:31:37 -0300 Subject: [PATCH] [repo] adding /node_modules to .gitignore --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 0ac0fc5..f479256 100644 --- a/.gitignore +++ b/.gitignore @@ -3,5 +3,6 @@ env .wwebjs_cache downloads src/node_modules/ +node_modules/ cookies.txt bin/ \ No newline at end of file