← back to NationalPaperHangers
gitignore: cover .env* and .env.bak* to prevent secret-file leaks
4145ccd42a0c2a3cfbd5936b8be43a3aecff131d · 2026-09-15 18:14:57 -0700 · Steve
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01Pnon7dut9MfPekhhm9YY4Q
Files touched
Diff
commit 4145ccd42a0c2a3cfbd5936b8be43a3aecff131d
Author: Steve <steve@designerwallcoverings.com>
Date: Tue Sep 15 18:14:57 2026 -0700
gitignore: cover .env* and .env.bak* to prevent secret-file leaks
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01Pnon7dut9MfPekhhm9YY4Q
---
.gitignore | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/.gitignore b/.gitignore
index c57eeb2..0ccaa8b 100644
--- a/.gitignore
+++ b/.gitignore
@@ -13,3 +13,7 @@ uploads/
build/
.next/
.deploy.conf
+
+# Secret-file coverage (2026-09-15) — .env and ALL backups/variants
+.env*
+.env.bak*
← adc428e Allow AdSense through public CSP
·
back to NationalPaperHangers
·
(newest)