← back to Designerssalesreps
gitignore: broaden to cover .bak/.pre- snapshots and claims.jsonl
faa0ec6d4823063c6f4a8660b3c860e44d3325f7 · 2026-05-19 18:33:28 -0700 · SteveStudio2
Standardizes ignore patterns across the DW sister-site fleet so
ad-hoc backups and the local claims sink don't accidentally get
committed.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
Files touched
Diff
commit faa0ec6d4823063c6f4a8660b3c860e44d3325f7
Author: SteveStudio2 <steve@designerwallcoverings.com>
Date: Tue May 19 18:33:28 2026 -0700
gitignore: broaden to cover .bak/.pre- snapshots and claims.jsonl
Standardizes ignore patterns across the DW sister-site fleet so
ad-hoc backups and the local claims sink don't accidentally get
committed.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
---
.gitignore | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/.gitignore b/.gitignore
index 1924158..d1962d8 100644
--- a/.gitignore
+++ b/.gitignore
@@ -6,3 +6,7 @@ tmp/
dist/
build/
.next/
+*.bak
+*.bak.*
+*.pre-*
+claims.jsonl
← db5018c add noreferrer to external target=_blank links
·
back to Designerssalesreps
·
server: add 404 guard for .bak/.pre- snapshot paths 1279c63 →