feat: remove .env file and update .gitignore to exclude it

This commit is contained in:
Ardeman 2025-02-27 22:53:22 +08:00
parent 16a6a14d67
commit a15c267eda
2 changed files with 1 additions and 2 deletions

2
.env
View File

@ -1,2 +0,0 @@
VITE_API_URL=http://localhost:8080
VITE_SALT_KEY=legalGO

1
.gitignore vendored
View File

@ -1,5 +1,6 @@
.DS_Store
/node_modules/
.env
# React Router
/.react-router/