From 2346842ef5dd2544aac47bda7eecef32490c8d29 Mon Sep 17 00:00:00 2001 From: xy <10816187@qq.com> Date: Wed, 22 Jul 2026 17:58:10 +0800 Subject: [PATCH] feat: update .gitignore --- .env | 2 ++ .env.production | 1 + .gitignore | 4 ---- 3 files changed, 3 insertions(+), 4 deletions(-) create mode 100644 .env create mode 100644 .env.production diff --git a/.env b/.env new file mode 100644 index 0000000..50198e6 --- /dev/null +++ b/.env @@ -0,0 +1,2 @@ +VITE_API_BASE_URL=http://127.0.0.1:8080/api/ + diff --git a/.env.production b/.env.production new file mode 100644 index 0000000..29de64d --- /dev/null +++ b/.env.production @@ -0,0 +1 @@ +VITE_API_BASE_URL=https://admin.ua42.com/ diff --git a/.gitignore b/.gitignore index 2282b91..6faf2a6 100644 --- a/.gitignore +++ b/.gitignore @@ -13,10 +13,6 @@ yarn-debug.log* yarn-error.log* pnpm-debug.log* -# environment variables -.env -.env.production - # macOS-specific files .DS_Store