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 <[email protected]>
This commit is contained in:
Paul Nothaft
2026-08-13 18:51:04 +02:00
committed by GitHub
co-authored by Paul Nothaft
parent 93d4ae68f4
commit 945e63ae86
+5 -2
View File
@@ -130,5 +130,8 @@ docker-compose.dev.yml
# New layout development files # New layout development files
new-layouts/ new-layouts/
# Generated CRM/accounting documents (runtime) — never commit # Backend runtime storage (generated media, previews, thumbnails,
backend/storage/business-docs/ # 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/