mirror of
https://github.com/KwiTsukasa/kt-template-online-api.git
synced 2026-05-27 15:44:54 +08:00
chore: ignore environment files
This commit is contained in:
parent
f096db8582
commit
94fe524335
@ -1,7 +1,7 @@
|
||||
DB_HOST=localhost
|
||||
DB_PORT=3306
|
||||
DB_USERNAME=root
|
||||
DB_PASSWORD=qwqvqaqeq2333KT
|
||||
DB_PASSWORD=
|
||||
DB_DATABASE=shy_template
|
||||
DB_SYNC=true
|
||||
|
||||
6
.gitignore
vendored
6
.gitignore
vendored
@ -35,6 +35,6 @@ lerna-debug.log*
|
||||
!.vscode/extensions.json
|
||||
|
||||
# env
|
||||
/.env
|
||||
/.env.dev
|
||||
/.env.prod
|
||||
.env
|
||||
.env.*
|
||||
!.env.example
|
||||
|
||||
Loading…
Reference in New Issue
Block a user