[object Object]

← back to Jutewallpaper

remove leaked backup file from public/ and fix .gitignore to cover *.bak-* pattern

489d7151787345f4e96103a023528168dabe22b9 · 2026-05-30 21:29:13 -0700 · Steve Abrams

public/index.html.bak-20260526152130 was being served by express.static — removed.
Added *.bak-* and *.orig patterns to .gitignore (existing *.bak.* missed hyphen-dated backups).

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

Files touched

Diff

commit 489d7151787345f4e96103a023528168dabe22b9
Author: Steve Abrams <steve@designerwallcoverings.com>
Date:   Sat May 30 21:29:13 2026 -0700

    remove leaked backup file from public/ and fix .gitignore to cover *.bak-* pattern
    
    public/index.html.bak-20260526152130 was being served by express.static — removed.
    Added *.bak-* and *.orig patterns to .gitignore (existing *.bak.* missed hyphen-dated backups).
    
    Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
---
 .gitignore | 2 ++
 1 file changed, 2 insertions(+)

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

← 934b57b feat(fleet): theme1/theme2 query-param-gated toggle on catal  ·  back to Jutewallpaper  ·  /api/facets now drill-down counts over the active filtered s c6b56a2 →