mirror of
https://github.com/supabase/supabase.git
synced 2026-06-28 19:39:19 -04:00
3b935e6924
## I have read the [CONTRIBUTING.md](https://github.com/supabase/supabase/blob/master/CONTRIBUTING.md) file. YES ## What kind of change does this PR introduce? Repo cleanup. Removes stray PR-review screenshots that were accidentally committed to `.github/pr-screenshots/docs-1080/` during the DOCS-1080 work. ## What is the current behavior? Three PNGs remain in master under `.github/pr-screenshots/docs-1080/` after PR #47252 merged: - `pr1-hipaa-compliance.png` - `pr1-logs.png` - `pr1-postgres-connection-logging.png` These were review artifacts and shouldn't live in the repo. ## What is the new behavior? - Deletes the three PNGs. - Leaves the `.github/pr-screenshots/` directory otherwise untouched. ## Additional context Cleanup only — no code or docs change. ### Test plan - [ ] Confirm the three files are gone from master after merge. - [ ] Confirm no other file in the repo references those paths. Co-authored-by: Nik Richers <nik@validmind.ai>