← back to Bubbesblock
security: untrack .env (still present on disk, just not in git)
1adfcbd5a25094930a7f6fc812859aee0a9c86d7 · 2026-05-11 10:02:33 -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 1adfcbd5a25094930a7f6fc812859aee0a9c86d7
Author: SteveStudio2 <stevestudio2@SteveStacStudio.lan>
Date: Mon May 11 10:02:33 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 405ec26..0000000
--- a/.env
+++ /dev/null
@@ -1,5 +0,0 @@
-# Google Maps Platform — restricted to bubbesblock.com referrers (see GCP project stevestreet-494819)
-GOOGLE_MAPS_API_KEY=AIzaSyDP-lKLvCQNPUvJ3mxyl1bjBHFO5g57ETw
-GOOGLE_GEOCODING_API_KEY=AIzaSyCr_VbbAcpGeY0CRnTV-YcCQENGOLrbxg0
-
-DPLA_API_KEY=3aebfb2284a8eb961962ce8e06eeecd5
← 7d43131 add canonical .gitignore per standing rule
·
back to Bubbesblock
·
Add Nextdoor-style block post-detail UI (public/index.html) 5be1261 →