Rename .env.example and update .gitignore for consistency

Renamed the frontend `.env.example` to `example.env` for naming clarity. Updated `.gitignore` to include `.env` and `.idea/codeStyles` to ensure unnecessary files are excluded from version control.
This commit is contained in:
2025-05-04 23:39:15 +02:00
parent 7445919003
commit 35806589f0
3 changed files with 3 additions and 0 deletions

1
frontend/.gitignore vendored
View File

@@ -3,6 +3,7 @@ node_modules
/dist
# local env files
.env
.env.local
.env.*.local