[object Object]

← back to Retrowalls

chore(gitignore): cover *.bak.* and *.pre-* snapshot patterns

daad56e1da880e03aa35233fd3e1787de9e8b905 · 2026-05-19 15:15:08 -0700 · Steve Abrams

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>

Files touched

Diff

commit daad56e1da880e03aa35233fd3e1787de9e8b905
Author: Steve Abrams <steve@designerwallcoverings.com>
Date:   Tue May 19 15:15:08 2026 -0700

    chore(gitignore): cover *.bak.* and *.pre-* snapshot patterns
    
    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 4cf65fd..7e2084a 100644
--- a/.gitignore
+++ b/.gitignore
@@ -10,4 +10,6 @@ dist/
 build/
 .next/
 *.bak
+*.bak.*
+*.pre-*
 .deploy.conf

← cd1cf67 chore(repo): untrack editor snapshots and broaden gitignore  ·  back to Retrowalls  ·  fix(grid): hydrate saved sort BEFORE first /api/products cal d3b1cfc →