From 811aab11ed727e587fafcee4f2e9edfb1aa5e755 Mon Sep 17 00:00:00 2001 From: bipproduction Date: Wed, 15 Oct 2025 21:23:11 +0800 Subject: [PATCH] feat: ignore wwebjs cache and auth files --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index 9652f64..481c1ea 100644 --- a/.gitignore +++ b/.gitignore @@ -33,6 +33,8 @@ report.[0-9]_.[0-9]_.[0-9]_.[0-9]_.json # Finder (MacOS) folder config .DS_Store +# wwebjs .wwebjs_auth .wwebjs_cache +