mirror of
https://github.com/KwiTsukasa/kt-template-online-web.git
synced 2026-05-27 16:35:47 +08:00
chore: ignore environment files
This commit is contained in:
parent
1aaafb75a3
commit
d14acba6e8
2
.env
2
.env
@ -1,2 +0,0 @@
|
||||
VITE_APP_BASE_API="api.ppmark.cn/chart"
|
||||
VITE_APP_OSS_DOMAIN="api.ppmark.cn/chart-assets"
|
||||
@ -1,4 +0,0 @@
|
||||
NODE_ENV = development
|
||||
VITE_APP_PLAY_GROUND = "http://192.168.0.49:5173"
|
||||
VITE_APP_PROXY = "http://192.168.0.49:48085/"
|
||||
|
||||
5
.env.example
Normal file
5
.env.example
Normal file
@ -0,0 +1,5 @@
|
||||
NODE_ENV=development
|
||||
VITE_APP_PLAY_GROUND=http://localhost:5173
|
||||
VITE_APP_PROXY=http://localhost:48085/
|
||||
VITE_APP_BASE_API=/api
|
||||
VITE_APP_OSS_DOMAIN=/chart-assets
|
||||
@ -1,3 +0,0 @@
|
||||
NODE_ENV = production
|
||||
VITE_APP_PLAY_GROUND = http://192.168.1.206:84/
|
||||
VITE_APP_PROXY = http://192.168.1.206:48085/
|
||||
5
.gitignore
vendored
5
.gitignore
vendored
@ -12,6 +12,11 @@ dist
|
||||
dist-ssr
|
||||
*.local
|
||||
|
||||
# env
|
||||
.env
|
||||
.env.*
|
||||
!.env.example
|
||||
|
||||
# Editor directories and files
|
||||
.vscode/*
|
||||
!.vscode/extensions.json
|
||||
|
||||
Loading…
Reference in New Issue
Block a user