base: add .env to gitignore
This commit is contained in:
parent
b8f1090b74
commit
240cc45643
2 changed files with 1 additions and 4 deletions
4
.env
4
.env
|
|
@ -1,4 +0,0 @@
|
|||
APP_ENVIREONMENT=development
|
||||
APP_HOST="0.0.0.0"
|
||||
APP_PORT="1323"
|
||||
RUST_LOG=info
|
||||
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -1,2 +1,3 @@
|
|||
/target
|
||||
Cargo.lock
|
||||
.env
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue