← back to Wholivedthere
security: untrack .env (still present on disk, just not in git)
c64abd6d37b777718fcd5c27b59641d66120b280 · 2026-05-11 10:02:30 -0700 · SteveStudio2
.env was committed before .gitignore exclusion was in place. File remains
on disk and functional; this stops future commits and prevents the next
git push (if any remote is ever added) from leaking secrets.
No remote currently configured, so no public exposure occurred.
Files touched
Diff
commit c64abd6d37b777718fcd5c27b59641d66120b280
Author: SteveStudio2 <stevestudio2@SteveStacStudio.lan>
Date: Mon May 11 10:02:30 2026 -0700
security: untrack .env (still present on disk, just not in git)
.env was committed before .gitignore exclusion was in place. File remains
on disk and functional; this stops future commits and prevents the next
git push (if any remote is ever added) from leaking secrets.
No remote currently configured, so no public exposure occurred.
---
.env | 5 -----
1 file changed, 5 deletions(-)
diff --git a/.env b/.env
deleted file mode 100644
index 1007357..0000000
--- a/.env
+++ /dev/null
@@ -1,5 +0,0 @@
-# Google Maps Platform — restricted to wholivedthere.com referrers (see GCP project stevestreet-494819)
-GOOGLE_MAPS_API_KEY=AIzaSyDP-lKLvCQNPUvJ3mxyl1bjBHFO5g57ETw
-GOOGLE_GEOCODING_API_KEY=AIzaSyCr_VbbAcpGeY0CRnTV-YcCQENGOLrbxg0
-
-DPLA_API_KEY=3aebfb2284a8eb961962ce8e06eeecd5
← 03cd08a add canonical .gitignore per standing rule
·
back to Wholivedthere
·
snapshot: 1 file(s) changed, +1 new a2fedc4 →