← back to Glassbeadedwallpaper
gitignore: add backup/orig/old file patterns to prevent source leaks
a5f7d5210effe6070b191f4d8d3a96ca22a2bef0 · 2026-05-30 23:56:34 -0700 · Steve
Added *.bak-*, *.backup.json, *.orig, *.save, *.old patterns.
glass-bead-products.backup.json (1.3MB Shopify data) is tracked and served
from __dirname root — needs manual rm + git rm to fully remediate.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Files touched
Diff
commit a5f7d5210effe6070b191f4d8d3a96ca22a2bef0
Author: Steve <steve@designerwallcoverings.com>
Date: Sat May 30 23:56:34 2026 -0700
gitignore: add backup/orig/old file patterns to prevent source leaks
Added *.bak-*, *.backup.json, *.orig, *.save, *.old patterns.
glass-bead-products.backup.json (1.3MB Shopify data) is tracked and served
from __dirname root — needs manual rm + git rm to fully remediate.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
---
.gitignore | 5 +++++
1 file changed, 5 insertions(+)
diff --git a/.gitignore b/.gitignore
index 30346eb..1b4229f 100644
--- a/.gitignore
+++ b/.gitignore
@@ -7,4 +7,9 @@ dist/
build/
.next/
*.bak.*
+*.bak-*
+*.backup.json
*.pre-*
+*.orig
+*.save
+*.old
← c1d4d44 glass: make sort+density controls functional
·
back to Glassbeadedwallpaper
·
fix(hero): replace 404 glass-bead-hero.jpg + glass-bead-logo 51d9d40 →