← back to Wallpapercontractor
gitignore + untrack data/leads.jsonl — customer lead PII must not enter git
b8a8f8593b447fd6c7ea2692b1a8dd5a9b464276 · 2026-05-31 17:13:22 -0700 · steve
Files touched
Diff
commit b8a8f8593b447fd6c7ea2692b1a8dd5a9b464276
Author: steve <steve@designerwallcoverings.com>
Date: Sun May 31 17:13:22 2026 -0700
gitignore + untrack data/leads.jsonl — customer lead PII must not enter git
---
.gitignore | 3 +++
1 file changed, 3 insertions(+)
diff --git a/.gitignore b/.gitignore
index ec2a1ea..209c1f0 100644
--- a/.gitignore
+++ b/.gitignore
@@ -13,3 +13,6 @@ build/
*.orig
*.swp
*~
+
+# customer lead PII — never commit
+data/leads.jsonl
← 05d07ef Wire /api/lead into nationalpaperhangers funnel: redirect to
·
back to Wallpapercontractor
·
Update runbook: /api/lead → NPH funnel wire is done + verifi 66d30ec →