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:
3
frontend/example.env
Normal file
3
frontend/example.env
Normal file
@@ -0,0 +1,3 @@
|
||||
VITE_BASE_URL="https://API.URL"
|
||||
VITE_UPDATE_INTERVAL=5
|
||||
VITE_LIMIT=50
|
Reference in New Issue
Block a user