[object Object]

← back to Museumwallpaper

fix: remove public/index.html.bak-20260526152130 source leak + add *.bak-* to .gitignore

7dcaf0b02f9f66753390f37aea0800e5aee6c7dc · 2026-05-31 00:00:27 -0700 · Steve Abrams

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>

Files touched

Diff

commit 7dcaf0b02f9f66753390f37aea0800e5aee6c7dc
Author: Steve Abrams <steve@designerwallcoverings.com>
Date:   Sun May 31 00:00:27 2026 -0700

    fix: remove public/index.html.bak-20260526152130 source leak + add *.bak-* to .gitignore
    
    Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
---
 .gitignore | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.gitignore b/.gitignore
index 1140724..3a7a026 100644
--- a/.gitignore
+++ b/.gitignore
@@ -11,4 +11,5 @@ build/
 .next/
 *.bak
 *.bak.*
+*.bak-*
 *.pre-*

← 0b696e8 fix: backup-guard regex now blocks .bak-TIMESTAMP filenames  ·  back to Museumwallpaper  ·  301 redirect legacy /*.html -> clean URLs (before express.st 43aaeba →