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

3
frontend/example.env Normal file
View File

@@ -0,0 +1,3 @@
VITE_BASE_URL="https://API.URL"
VITE_UPDATE_INTERVAL=5
VITE_LIMIT=50