chore: remove .env

This commit is contained in:
Kristofers Solo 2025-11-26 06:00:17 +02:00
parent ce3a09088f
commit 5a892e6367
Signed by: kristoferssolo
GPG Key ID: 8687F2D3EEE6F0ED
2 changed files with 25 additions and 3 deletions

3
.env
View File

@ -1,3 +0,0 @@
RUST_LOG=info
LEPTOS_SITE_ADDR=0.0.0.0:8080
LEPTOS_SITE_ROOT=site

25
.gitignore vendored
View File

@ -17,3 +17,28 @@ Cargo.lock
# MSVC Windows builds of rustc generate these, which store debugging information
*.pdb
*.rlib
*.rmeta
# Node/npm
node_modules/
package-lock.json
npm-debug.log
# IDE
.vscode/
.idea/
*.swp
*.swo
*~
.DS_Store
# Git
.git/
.gitignore
# General
*.log
.env
.env.local