base: add .env to gitignore

This commit is contained in:
Patryk Hegenberg 2024-04-19 12:52:04 +02:00
parent b8f1090b74
commit 240cc45643
2 changed files with 1 additions and 4 deletions

4
.env
View file

@ -1,4 +0,0 @@
APP_ENVIREONMENT=development
APP_HOST="0.0.0.0"
APP_PORT="1323"
RUST_LOG=info

1
.gitignore vendored
View file

@ -1,2 +1,3 @@
/target
Cargo.lock
.env