← back to Handcraftedwallpaper
fix: remove served backup file from public/ and patch .gitignore to cover *.bak-* pattern
cabd00770e7866a5a71c194009a896bbba443d30 · 2026-05-30 21:30:20 -0700 · Steve Abrams
public/index.html.bak-20260526152130 was being served by express.static —
the existing *.bak.* gitignore pattern uses a dot separator and did not catch
the hyphen-dated variant. Removed the file and added *.bak-* to .gitignore.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Files touched
Diff
commit cabd00770e7866a5a71c194009a896bbba443d30
Author: Steve Abrams <steve@designerwallcoverings.com>
Date: Sat May 30 21:30:20 2026 -0700
fix: remove served backup file from public/ and patch .gitignore to cover *.bak-* pattern
public/index.html.bak-20260526152130 was being served by express.static —
the existing *.bak.* gitignore pattern uses a dot separator and did not catch
the hyphen-dated variant. Removed the file and added *.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-*
← 0b07430 feat(fleet): theme1/theme2 query-param-gated toggle on catal
·
back to Handcraftedwallpaper
·
/api/facets now drill-down counts over the active filtered s 3edf279 →