From c6da775160352e2c5816ce6c50e1c09afbd90a31 Mon Sep 17 00:00:00 2001 From: Abumahid Islam Date: Wed, 6 May 2026 19:23:25 +0600 Subject: [PATCH] =?UTF-8?q?=F0=9F=A7=B9=20chore(.gitignore):=20add=20.env?= =?UTF-8?q?=20to=20ignore=20list=20to=20prevent=20sensitive=20data=20expos?= =?UTF-8?q?ure?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 090ec8f..633d8e5 100644 --- a/.gitignore +++ b/.gitignore @@ -25,3 +25,4 @@ dist-ssr .vercel temp_auto_push.bat temp_interactive_push.bat +.env \ No newline at end of file