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_HOST=localhost
|
||||||
DB_PORT=3306
|
DB_PORT=3306
|
||||||
DB_USERNAME=root
|
DB_USERNAME=root
|
||||||
DB_PASSWORD=qwqvqaqeq2333KT
|
DB_PASSWORD=
|
||||||
DB_DATABASE=shy_template
|
DB_DATABASE=shy_template
|
||||||
DB_SYNC=true
|
DB_SYNC=true
|
||||||
|
|
||||||
6
.gitignore
vendored
6
.gitignore
vendored
@ -35,6 +35,6 @@ lerna-debug.log*
|
|||||||
!.vscode/extensions.json
|
!.vscode/extensions.json
|
||||||
|
|
||||||
# env
|
# env
|
||||||
/.env
|
.env
|
||||||
/.env.dev
|
.env.*
|
||||||
/.env.prod
|
!.env.example
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user