[object Object]

← back to Re Flyer Aggregator

repo hygiene: gitignore regenerable build artifacts (flyers.json/sources.json/index.html) + logs so the overnight refine loop doesn't bloat the repo ~6.8MB/cycle; keep the DATA ASSETS (article-archive, deal-store) versioned (TK-10708)

e531cc6cc9e8fe5d11559be00d51c13312731277 · 2026-08-20 08:13:46 -0700 · Steve Abrams

Files touched

Diff

commit e531cc6cc9e8fe5d11559be00d51c13312731277
Author: Steve Abrams <steve@designerwallcoverings.com>
Date:   Thu Aug 20 08:13:46 2026 -0700

    repo hygiene: gitignore regenerable build artifacts (flyers.json/sources.json/index.html) + logs so the overnight refine loop doesn't bloat the repo ~6.8MB/cycle; keep the DATA ASSETS (article-archive, deal-store) versioned (TK-10708)
---
 .gitignore | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/.gitignore b/.gitignore
index a2a33a5..90f3a06 100644
--- a/.gitignore
+++ b/.gitignore
@@ -18,3 +18,10 @@ data/broker-ad-signals.json
 data/ad-scan.log
 out/*.webm
 out/*.mp4
+
+# regenerable build artifacts / snapshots + logs (the loop rebuilds these every cycle; no need to version — keeps the repo lean)
+public/flyers/flyers.json
+public/flyers/index.html
+public/sources.json
+data/refine-loop.log
+data/*-cron.log

← c4de326 search+sources: nav-agent v1.3 (sidebar collapse on load) +  ·  back to Re Flyer Aggregator  ·  add /deals — price-ranked 'unique deals' view (sort by bigge a851742 →