[object Object]

← back to Norma

Stop git bleed: untrack CTA recordings + demo videos, gitignore them (TK-11533)

e815386a7dc492e9e2376e4bfe8b52e25bd12817 · 2026-09-14 10:40:45 -0700 · Steve Abrams

~1.03GB of cta/rec/*.webm + demos/*.{webm,mp4} were tracked with no gitignore
rule, so every CTA run re-committed video into history (Norma .git = 1.13GiB,
the sole dw-backup-canary FAIL). This --cached untrack keeps all files on disk
and stops future growth. Historical blobs still need a gated filter-repo purge
to reclaim the 1.13GiB (drafted to pending-approval).

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_0132onhpKJhTymjiFZCPn6ux

Files touched

Diff

commit e815386a7dc492e9e2376e4bfe8b52e25bd12817
Author: Steve Abrams <steve@designerwallcoverings.com>
Date:   Mon Sep 14 10:40:45 2026 -0700

    Stop git bleed: untrack CTA recordings + demo videos, gitignore them (TK-11533)
    
    ~1.03GB of cta/rec/*.webm + demos/*.{webm,mp4} were tracked with no gitignore
    rule, so every CTA run re-committed video into history (Norma .git = 1.13GiB,
    the sole dw-backup-canary FAIL). This --cached untrack keeps all files on disk
    and stops future growth. Historical blobs still need a gated filter-repo purge
    to reclaim the 1.13GiB (drafted to pending-approval).
    
    Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
    Claude-Session: https://claude.ai/code/session_0132onhpKJhTymjiFZCPn6ux
---
 .gitignore | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/.gitignore b/.gitignore
index 329ff09..0aef701 100644
--- a/.gitignore
+++ b/.gitignore
@@ -64,3 +64,10 @@ agents/*/data/
 test-results/
 playwright-report/
 /tests/e2e/.auth/
+
+# CTA click-through screen recordings + demo video artifacts — regenerable, keep out of git (TK-11533)
+cta/rec/
+demos/**/*.webm
+demos/**/*.mp4
+demos/*.webm
+demos/*.mp4

← 4cd5627 auto-data-snapshot: 2026-09-14T10:14:59 (1 data files) — age  ·  back to Norma  ·  auto-data-snapshot: 2026-09-14T10:47:22 (1 data files) — age 4b2fe3c →