← back to Claimmyaddress
security: untrack .env (still present on disk, just not in git)
b00aa881ea6918d4260dc6152a1ce734851775ba · 2026-05-11 10:02:31 -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 b00aa881ea6918d4260dc6152a1ce734851775ba
Author: SteveStudio2 <stevestudio2@SteveStacStudio.lan>
Date: Mon May 11 10:02:31 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 cd64989..0000000
--- a/.env
+++ /dev/null
@@ -1,5 +0,0 @@
-# Google Maps Platform — restricted to claimmyaddress.com referrers (see GCP project stevestreet-494819)
-GOOGLE_MAPS_API_KEY=AIzaSyDP-lKLvCQNPUvJ3mxyl1bjBHFO5g57ETw
-GOOGLE_GEOCODING_API_KEY=AIzaSyCr_VbbAcpGeY0CRnTV-YcCQENGOLrbxg0
-
-DPLA_API_KEY=3aebfb2284a8eb961962ce8e06eeecd5
← affd4f6 add canonical .gitignore per standing rule
·
back to Claimmyaddress
·
sync .env.example with .env — add DPLA_API_KEY placeholder 3bbfbbe →