gitignore added

This commit is contained in:
Mireya Cueto Garrido
2026-04-27 13:45:48 +02:00
parent 96f01c0126
commit a5c55d17d2
26 changed files with 1869 additions and 460 deletions
+7
View File
@@ -0,0 +1,7 @@
# Base URL of the FastAPI backend (no trailing slash).
# Example for local dev: http://localhost:8000
VITE_API_URL=http://localhost:8000
# Set to "true" while the backend is not yet implemented.
# All API calls will be served by src/services/mocks.js instead of `fetch`.
VITE_USE_MOCKS=true