From 7a0601bd5e4db402c406b48de31f7c8d33778d5f Mon Sep 17 00:00:00 2001 From: fullgream Date: Wed, 15 Oct 2025 06:05:45 +0300 Subject: [PATCH] add cookies.txt to gitignore --- src/.gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/.gitignore b/src/.gitignore index ceaea36..a760572 100644 --- a/src/.gitignore +++ b/src/.gitignore @@ -129,4 +129,5 @@ dist .yarn/build-state.yml .yarn/install-state.gz .pnp.* - +# cookies +cookies.txt