diff --git a/.gitignore b/.gitignore index a836589c..ed697e4c 100644 --- a/.gitignore +++ b/.gitignore @@ -145,3 +145,16 @@ ml/venv/ # SHA-256 at build time; a 90MB blob must not end up in git history. ml/*.onnx ml/*.h5 + +# 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 +# in #1241 and shipped as part of the source tree. +# +# Anchored with a leading slash so docs/ keeps its own images. +/issue-*.png +/issue-*.jpg +/screenshot-*.png +/screenshot-*.jpg +/*-screenshot.png +/*-screenshot.jpg + diff --git a/issue-1235-publish-dialog-notify-off.png b/issue-1235-publish-dialog-notify-off.png deleted file mode 100644 index b464e6e6..00000000 Binary files a/issue-1235-publish-dialog-notify-off.png and /dev/null differ diff --git a/issue-1235-publish-dialog-notify-on.png b/issue-1235-publish-dialog-notify-on.png deleted file mode 100644 index 53f58fa8..00000000 Binary files a/issue-1235-publish-dialog-notify-on.png and /dev/null differ