From 209b2f49b19f37e86a96df79b7d658fde4813c06 Mon Sep 17 00:00:00 2001 From: Arkaprabha Chakraborty Date: Wed, 14 Aug 2024 19:18:21 +0530 Subject: [PATCH] Update gitignore to ignore cookies store --- backend/.gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/.gitignore b/backend/.gitignore index 8d523b5..e194e82 100644 --- a/backend/.gitignore +++ b/backend/.gitignore @@ -36,4 +36,4 @@ Thumbs.db # Cookies -cookies.txt +cookies*.txt