chore: ignore all .env unless force tracked and align example with production

This commit is contained in:
mdatelle
2025-07-22 12:50:53 -04:00
committed by Eli Bosley
parent 71621072f8
commit c3222cc6c4
2 changed files with 3 additions and 2 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
VITE_ACCOUNT=http://localhost:5555
VITE_ACCOUNT=https://account.unraid.net
VITE_CONNECT=https://connect.myunraid.net
VITE_UNRAID_NET=https://unraid.ddev.site
VITE_OS_RELEASES="https://releases.unraid.net/os"
+2 -1
View File
@@ -1,2 +1,3 @@
.env.*
!.env.staging
.env.production
!.env.example