← back to Designersalesreps
gitignore — exclude .bak/.pre snapshots + runtime claims.jsonl
6839ed32926ad27ff402c6e1a00b6ff87594e798 · 2026-05-19 17:36:31 -0700 · SteveStudio2
Prevents accidentally committing editor-snapshot residue or runtime claim
submissions to the repo.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
Files touched
Diff
commit 6839ed32926ad27ff402c6e1a00b6ff87594e798
Author: SteveStudio2 <steve@designerwallcoverings.com>
Date: Tue May 19 17:36:31 2026 -0700
gitignore — exclude .bak/.pre snapshots + runtime claims.jsonl
Prevents accidentally committing editor-snapshot residue or runtime claim
submissions to the repo.
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
← 53e8a4f initial scaffold
·
back to Designersalesreps
·
server — 404-guard .bak/.pre paths before static handler e3a4fd2 →