Remove accidental root screenshot JPGs - #2
Conversation
Drop the three HPN*.jpg files that were committed at the repo root and ignore typical leftover screenshot images there so they do not get added again. Co-authored-by: Lawrence <lawrence-millard@users.noreply.github.com>
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Organization UI Review profile: ASSERTIVE Plan: Pro Plus Run ID: ⛔ Files ignored due to path filters (3)
📒 Files selected for processing (1)
Included review availability: Your plan provides up to 10 included reviews per hour; 7 remain after this review. 📝 WalkthroughWalkthroughThe ignore configuration now excludes root-level JPEG and PNG screenshot files from version control. ChangesScreenshot ignore rules
Estimated code review effort: 1 (Trivial) | ~2 minutes Merge Risk: ⚪ Minimal · up to This cleanup removes unintended root-level screenshots and prevents similar files from being added again without changing product behavior. No actionable merge-blocking risk remains beyond normal checks and review. Suggested reviewers: 🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✨ Finishing Touches 💡 1🛠️ Fix failing CI checks 💡
🧪 Generate unit tests (beta)
Comment |
PR #1 already merged, so this is a follow-up.
Removes the three Twitter-style screenshots that were committed at the repo root:
HPNgpQEaQAAz-4N.jpgHPNndtabcAI4RTX.jpgHPNnilgbYAAfy_0.jpgThose were the only tracked image files. Also ignores leftover
*.jpg/*.jpeg/*.pngat the repo root so they do not get added again. Paths under a docs/assets folder are not ignored.No product or README behavior changes.