mirror of
https://github.com/KwiTsukasa/kt-template-online-playground.git
synced 2026-05-27 16:45:45 +08:00
chore: ignore environment files
This commit is contained in:
parent
3e7c9e329f
commit
ab3a1aecc3
@ -1,2 +0,0 @@
|
|||||||
VITE_APP_API_BASE = "/api"
|
|
||||||
VITE_APP_PROXY = "http://192.168.0.49:48085/"
|
|
||||||
2
.env.example
Normal file
2
.env.example
Normal file
@ -0,0 +1,2 @@
|
|||||||
|
VITE_APP_API_BASE=/api
|
||||||
|
VITE_APP_PROXY=http://localhost:48085/
|
||||||
5
.gitignore
vendored
5
.gitignore
vendored
@ -3,5 +3,10 @@ node_modules
|
|||||||
dist
|
dist
|
||||||
TODOs.md
|
TODOs.md
|
||||||
|
|
||||||
|
# env
|
||||||
|
.env
|
||||||
|
.env.*
|
||||||
|
!.env.example
|
||||||
|
|
||||||
# jetbrains files
|
# jetbrains files
|
||||||
.idea
|
.idea
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user