[object Object]

← back to Pastelwallpaper

fix: remove leaked backup file from public/ and add *.bak-* to .gitignore

ace7c3be2ad4d2e9bb081ec2f63b163b8058e399 · 2026-05-30 21:28:12 -0700 · Steve Abrams

public/index.html.bak-20260526152130 was untracked but physically present in
the static-serve directory. Removed the file. Added *.bak-* pattern to
.gitignore so timestamped backup variants are covered alongside *.bak and *.bak.*.

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

Files touched

Diff

commit ace7c3be2ad4d2e9bb081ec2f63b163b8058e399
Author: Steve Abrams <steve@designerwallcoverings.com>
Date:   Sat May 30 21:28:12 2026 -0700

    fix: remove leaked backup file from public/ and add *.bak-* to .gitignore
    
    public/index.html.bak-20260526152130 was untracked but physically present in
    the static-serve directory. Removed the file. Added *.bak-* pattern to
    .gitignore so timestamped backup variants are covered alongside *.bak and *.bak.*.
    
    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-*

← 257abb8 feat(fleet): theme1/theme2 query-param-gated toggle on catal  ·  back to Pastelwallpaper  ·  sister-site nav window.open gets noopener,noreferrer feature f2d3e91 →