From 945e63ae8610ebb6f88f9a566b8072365cdb35f4 Mon Sep 17 00:00:00 2001 From: Paul Nothaft <53005142+the-luap@users.noreply.github.com> Date: Thu, 13 Aug 2026 18:51:04 +0200 Subject: [PATCH] chore: ignore all of backend/storage on stable (#1033) main already ignores `backend/storage/` wholesale; stable only ignored `backend/storage/business-docs/`. A dev instance writes event photos, thumbnails and previews into backend/storage/, so `git add -A` on this branch sweeps 17 runtime artifacts into the commit. Claude-Session: https://claude.ai/code/session_0168gubtwYYacJv8weAjy8DM Co-authored-by: Paul Nothaft --- .gitignore | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 956c3b23..ea407af1 100644 --- a/.gitignore +++ b/.gitignore @@ -130,5 +130,8 @@ docker-compose.dev.yml # New layout development files new-layouts/ -# Generated CRM/accounting documents (runtime) — never commit -backend/storage/business-docs/ +# Backend runtime storage (generated media, previews, thumbnails, +# CRM/accounting documents) — never commit. Matches main: a dev instance +# writes event photos into backend/storage/, and the narrower +# business-docs-only rule let `git add -A` sweep them into a commit. +backend/storage/