← back to Dw Photo Capture
gitignore 5x/out/ screen-capture test artifacts
0d34d1bec3cd82ac3feeacca804e6e38ebd6e045 · 2026-09-22 13:58:08 -0700 · Steve Abrams
The 5x test pass regenerates these PNGs; they should not be tracked.
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_0142i1ci5jdMrmc8DNr6RjUS
Files touched
Diff
commit 0d34d1bec3cd82ac3feeacca804e6e38ebd6e045
Author: Steve Abrams <steve@designerwallcoverings.com>
Date: Tue Sep 22 13:58:08 2026 -0700
gitignore 5x/out/ screen-capture test artifacts
The 5x test pass regenerates these PNGs; they should not be tracked.
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_0142i1ci5jdMrmc8DNr6RjUS
---
.gitignore | 3 +++
1 file changed, 3 insertions(+)
diff --git a/.gitignore b/.gitignore
index 3264dff..463e696 100644
--- a/.gitignore
+++ b/.gitignore
@@ -15,3 +15,6 @@ data/all-catalog.json
# generated color-index artifact (rebuild via scripts/build-color-index.cjs)
data/color-index.json
+
+# 5x screen-capture test artifacts (regenerated by the 5x test pass)
+5x/out/
← 2bc0f06 harden all-dw cache write: atomic tmp+rename, refresh disk-c
·
back to Dw Photo Capture
·
fix SQL injection in create-item staging insert (dollar-quot 060357d →