feat: update .gitignore

This commit is contained in:
2026-07-22 17:58:10 +08:00
parent c9d6ce3464
commit 2346842ef5
3 changed files with 3 additions and 4 deletions

2
.env Normal file
View File

@@ -0,0 +1,2 @@
VITE_API_BASE_URL=http://127.0.0.1:8080/api/

1
.env.production Normal file
View File

@@ -0,0 +1 @@
VITE_API_BASE_URL=https://admin.ua42.com/

4
.gitignore vendored
View File

@@ -13,10 +13,6 @@ yarn-debug.log*
yarn-error.log* yarn-error.log*
pnpm-debug.log* pnpm-debug.log*
# environment variables
.env
.env.production
# macOS-specific files # macOS-specific files
.DS_Store .DS_Store