From a7370d4e8ccd1e816006d156054c7fff353a862a Mon Sep 17 00:00:00 2001 From: wenyongda Date: Thu, 10 Jul 2025 13:43:47 +0800 Subject: [PATCH] =?UTF-8?q?chore:=20=E6=9B=B4=E6=96=B0=20.gitignore=20?= =?UTF-8?q?=E6=96=87=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 取消注释 .env*.local 文件 - 添加注释忽略 .env 文件 --- .gitignore | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 5db604c..c6e8d58 100644 --- a/.gitignore +++ b/.gitignore @@ -27,7 +27,7 @@ yarn-error.log* .pnpm-debug.log* # local env files -.env*.local +# .env*.local .env # vercel @@ -51,4 +51,4 @@ yarn.lock pnpm-lock.yaml # info -keys.ts \ No newline at end of file +keys.ts