From 39a9e67c24b5bb5e04da811d95d69c49ee8b3d9d Mon Sep 17 00:00:00 2001 From: MOHAN Date: Sat, 18 Apr 2026 22:07:27 +0530 Subject: [PATCH] Initial clean commit --- .gitignore | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index e41061a..2772d8f 100644 --- a/.gitignore +++ b/.gitignore @@ -3,8 +3,6 @@ node_modules/ .wwebjs_auth/ .wwebjs_cache/ - - # Logs *.log app.log @@ -16,8 +14,6 @@ yarn-error.log* .env .env.* - - # OS files .DS_Store Thumbs.db @@ -37,3 +33,6 @@ build/ # Misc *.bak + +credentials.json +token.json \ No newline at end of file