From 18566e1686cc426abb192a4a5d106b3674077e6f Mon Sep 17 00:00:00 2001 From: pushkar707 <77536989+pushkar707@users.noreply.github.com> Date: Sat, 10 Jan 2026 16:19:28 +0530 Subject: [PATCH 1/2] Add .env to .gitignore --- client/.gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/.gitignore b/client/.gitignore index ba1a0b6..8585166 100644 --- a/client/.gitignore +++ b/client/.gitignore @@ -34,4 +34,4 @@ yarn-error.log* # typescript *.tsbuildinfo next-env.d.ts -.env \ No newline at end of file +.env From 95d16180e36b101041ca86750e8f62cf7abf2f05 Mon Sep 17 00:00:00 2001 From: pushkar707 <77536989+pushkar707@users.noreply.github.com> Date: Sat, 10 Jan 2026 17:05:15 +0530 Subject: [PATCH 2/2] Update .gitignore --- .gitignore | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 557b38a..36a87e8 100644 --- a/.gitignore +++ b/.gitignore @@ -1,5 +1,5 @@ node_modules tasks.txt -outcome.txt *.pem -dist \ No newline at end of file +dist +outcome.txt