[object Object]

← back to Corkwallcovering

cork: untrack dev screenshots (~9MB), exclude .image-cache + screenshots from deploy rsync

516be0aeb6c79adbddc98f86ca65f916f152d4ba · 2026-07-01 13:28:16 -0700 · Steve Abrams

Files touched

Diff

commit 516be0aeb6c79adbddc98f86ca65f916f152d4ba
Author: Steve Abrams <steve@designerwallcoverings.com>
Date:   Wed Jul 1 13:28:16 2026 -0700

    cork: untrack dev screenshots (~9MB), exclude .image-cache + screenshots from deploy rsync
---
 .deploy.conf               |   3 +++
 .gitignore                 |   3 +++
 screenshot-promo-LIVE.png  | Bin 4083836 -> 0 bytes
 screenshot-promo-strip.png | Bin 5197549 -> 0 bytes
 4 files changed, 6 insertions(+)

diff --git a/.deploy.conf b/.deploy.conf
index b274852..f5aa3ec 100644
--- a/.deploy.conf
+++ b/.deploy.conf
@@ -6,3 +6,6 @@ HEALTH_URL=http://localhost:9848/
 REQUIRED_ENVS=""
 INSTALL_CMD="npm ci --production"
 BUILD_CMD=""
+
+# keep dev artifacts off prod on rsync
+RSYNC_EXTRA_EXCLUDES=".image-cache screenshot-promo-*.png"
diff --git a/.gitignore b/.gitignore
index 0caf456..7416e70 100644
--- a/.gitignore
+++ b/.gitignore
@@ -29,3 +29,6 @@ out/
 *.pre-*
 
 .image-cache/
+
+# dev/promo screenshots — not shipped
+screenshot-promo-*.png
diff --git a/screenshot-promo-LIVE.png b/screenshot-promo-LIVE.png
deleted file mode 100644
index 964df40..0000000
Binary files a/screenshot-promo-LIVE.png and /dev/null differ
diff --git a/screenshot-promo-strip.png b/screenshot-promo-strip.png
deleted file mode 100644
index b99ba64..0000000
Binary files a/screenshot-promo-strip.png and /dev/null differ

← c877799 cork: prod-capable tag-apply (PG-first → Shopify, dual-scope  ·  back to Corkwallcovering  ·  cork: PROD tag-apply accepts BEFORE_PRODUCTS_JSON baseline ( a663b22 →