chore: add .env to gitignore and add .env.example

This commit is contained in:
mono
2026-03-07 16:05:26 -05:00
parent 1c8638b8d4
commit d4421aece4
2 changed files with 3 additions and 0 deletions

2
.env.example Normal file
View File

@@ -0,0 +1,2 @@
VITE_API_IMPLEMENTATION=django
VITE_DJANGO_BASE_URL=http://localhost:7000