[object Object]

← back to Norma Platform

Stop video re-bloat on feature branch: gitignore cta/rec + demos videos (TK-11533)

2626361f79eaa331f8b71668b9c777c8fa34ea22 · 2026-09-14 14:02:51 -0700 · Steve Abrams

27 demo/CTA videos were staged to commit on this branch with no gitignore rule
— committing them would re-bloat the shared .git object store the main-branch
purge just shrank (1.1G->168M). Unstage them (files kept on disk) + gitignore,
matching main's e6e5582.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>

Files touched

Diff

commit 2626361f79eaa331f8b71668b9c777c8fa34ea22
Author: Steve Abrams <steve@designerwallcoverings.com>
Date:   Mon Sep 14 14:02:51 2026 -0700

    Stop video re-bloat on feature branch: gitignore cta/rec + demos videos (TK-11533)
    
    27 demo/CTA videos were staged to commit on this branch with no gitignore rule
    — committing them would re-bloat the shared .git object store the main-branch
    purge just shrank (1.1G->168M). Unstage them (files kept on disk) + gitignore,
    matching main's e6e5582.
    
    Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
---
 .gitignore | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/.gitignore b/.gitignore
index 77a1312..ac7e5da 100644
--- a/.gitignore
+++ b/.gitignore
@@ -68,3 +68,10 @@ playwright-report/
 /tests/e2e/.auth/
 
 /verification/platform/verification/
+
+# CTA recordings + demo video artifacts — regenerable, keep out of git (TK-11533)
+cta/rec/
+demos/**/*.webm
+demos/**/*.mp4
+demos/*.webm
+demos/*.mp4

← 437e1dc Add donation refund reconciliation slice (TK-11335 Section A  ·  back to Norma Platform  ·  (newest)