From 7925c924781a98b618953484a48614a25818b4af Mon Sep 17 00:00:00 2001 From: xie2can <384968446@qq.com> Date: Fri, 15 May 2026 13:09:12 +0800 Subject: [PATCH] =?UTF-8?q?chore:=20=E5=BF=BD=E7=95=A5=20.env=20=E6=96=87?= =?UTF-8?q?=E4=BB=B6=EF=BC=8C=E7=A7=BB=E9=99=A4=E5=B7=B2=E8=BF=BD=E8=B8=AA?= =?UTF-8?q?=E8=AE=B0=E5=BD=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .env | 1 - .gitignore | 5 +++++ 2 files changed, 5 insertions(+), 1 deletion(-) delete mode 100644 .env diff --git a/.env b/.env deleted file mode 100644 index a237fb8..0000000 --- a/.env +++ /dev/null @@ -1 +0,0 @@ -PUBLIC_BASE_URL=http://localhost:8080 diff --git a/.gitignore b/.gitignore index 6f3092c..c71d1f1 100644 --- a/.gitignore +++ b/.gitignore @@ -3,6 +3,11 @@ *.local *.log* +# Environment variables +.env +.env.* +!.env.example + # Dist node_modules dist/