← back to ClawCoder
ClawCoder: stop tracking .env.local.pre-scope backup + ignore env-local/pre-scope class
b2d1497628367b711b84de66209b0152aea67f7d · 2026-09-15 18:55:35 -0700 · Steve Abrams
A committed .env.local.pre-scope.<ts> backup held a DATABASE_URL (possible embedded pw)
and a short/dummy ANTHROPIC_API_KEY. Removed from tracking (git rm --cached), quarantined,
and ignored .env.local/*.pre-scope.*/.env.bak* so it can't re-track. .env*.example unaffected.
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Files touched
D .env.local.pre-scope.1785390146487M .gitignore
Diff
commit b2d1497628367b711b84de66209b0152aea67f7d
Author: Steve Abrams <steve@designerwallcoverings.com>
Date: Tue Sep 15 18:55:35 2026 -0700
ClawCoder: stop tracking .env.local.pre-scope backup + ignore env-local/pre-scope class
A committed .env.local.pre-scope.<ts> backup held a DATABASE_URL (possible embedded pw)
and a short/dummy ANTHROPIC_API_KEY. Removed from tracking (git rm --cached), quarantined,
and ignored .env.local/*.pre-scope.*/.env.bak* so it can't re-track. .env*.example unaffected.
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
---
.env.local.pre-scope.1785390146487 | 2 --
.gitignore | 3 +++
2 files changed, 3 insertions(+), 2 deletions(-)
diff --git a/.env.local.pre-scope.1785390146487 b/.env.local.pre-scope.1785390146487
deleted file mode 100644
index e295d49..0000000
--- a/.env.local.pre-scope.1785390146487
+++ /dev/null
@@ -1,2 +0,0 @@
-DATABASE_URL="postgresql://dw_admin:DW2024!@127.0.0.1:5432/clawcoder"
-ANTHROPIC_API_KEY="placeholder"
diff --git a/.gitignore b/.gitignore
index e62f066..7507b0b 100644
--- a/.gitignore
+++ b/.gitignore
@@ -46,3 +46,6 @@ tmp/
.DS_Store
dist/
*.bak
+.env.local
+*.pre-scope.*
+.env.bak*
← f98a636 auto-save: 2026-07-29T22:42:47 (1 files) — .env.local.pre-sc
·
back to ClawCoder
·
(newest)