← back to Mfr Review Viewer
broaden .gitignore to cover .bak.* and .pre-* snapshot files
c72578fa1c9d7575bb192e2c9cfda0277b32ade3 · 2026-05-19 17:33:05 -0700 · Steve Abrams
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
Files touched
Diff
commit c72578fa1c9d7575bb192e2c9cfda0277b32ade3
Author: Steve Abrams <steve@designerwallcoverings.com>
Date: Tue May 19 17:33:05 2026 -0700
broaden .gitignore to cover .bak.* and .pre-* snapshot files
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
---
.gitignore | 2 ++
1 file changed, 2 insertions(+)
diff --git a/.gitignore b/.gitignore
index 7e6a9c3..1140724 100644
--- a/.gitignore
+++ b/.gitignore
@@ -10,3 +10,5 @@ dist/
build/
.next/
*.bak
+*.bak.*
+*.pre-*
← aacc009 initial scaffold (gitify-all 2026-05-06)
·
back to Mfr Review Viewer
·
add 404-guard middleware for .bak / .pre- snapshot paths 77e2f8b →