From ccdcdd61167600f941d167fdf2d8a0633eb67288 Mon Sep 17 00:00:00 2001 From: Paul Nothaft <53005142+the-luap@users.noreply.github.com> Date: Tue, 1 Sep 2026 09:34:55 +0200 Subject: [PATCH] chore: keep issue screenshots out of the source tree (#1260) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Preventative twin of the main-side cleanup. This branch has no stray images to remove — it just gets the same guard, so the two branches agree and a backport cannot carry one across. Two PR screenshots landed at main's repo root in #1241 and shipped as part of the source tree. Screenshots belong on a `screenshots/*` branch, which is how every other UI change here has attached its evidence. Anchored with a leading slash so docs/ keeps its own images and test-assets/ keeps the fixtures the e2e specs load. Verified no tracked file on this branch matches the new patterns. Co-authored-by: Paul Nothaft --- .gitignore | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/.gitignore b/.gitignore index b58065a6..8fdbb9c6 100644 --- a/.gitignore +++ b/.gitignore @@ -141,3 +141,16 @@ backend/storage/ # committed 16 .pyc files here in #1247. __pycache__/ *.pyc + +# Issue / PR screenshots belong on a `screenshots/*` branch, never on main or +# stable — that is what those branches exist for. Two landed at the repo root +# on main in #1241 and shipped as part of the source tree; nothing stopped it. +# +# Anchored with a leading slash so docs/ keeps its own images. +/issue-*.png +/issue-*.jpg +/screenshot-*.png +/screenshot-*.jpg +/*-screenshot.png +/*-screenshot.jpg +