chore: remove test artifacts and cleanup .gitignore#15
Conversation
AniruthKarthik
commented
Feb 17, 2026
- Deleted stemly_app/lib/screens/scan_result_screen.dart.backup
- Deleted backend/test_output.txt and backend/test_image.png
- Fixed corruption in .gitignore and added rules to ignore backup and test files
- Updated ISSUES.md to reflect completed cleanup tasks
- Deleted stemly_app/lib/screens/scan_result_screen.dart.backup - Deleted backend/test_output.txt and backend/test_image.png - Fixed corruption in .gitignore and added rules to ignore backup and test files - Updated ISSUES.md to reflect completed cleanup tasks
There was a problem hiding this comment.
Welcome to Stemly! Thanks for opening your first pull request — that's awesome!
A maintainer will review your changes soon. While you wait:
- Make sure the PR description and checklist are filled out
- Check that CI checks are passing (if any fail, don't worry — we'll help you fix them)
- See our Contributing Guide for code style and commit conventions
We're excited to have you contribute to making STEM education more accessible!
|
Looks good to me! Clean removal of test artifacts, and nice catch fixing the corrupted line in .gitignore. Minor suggestion for follow-up: Also noting Great first contribution @AniruthKarthik! 🎉 |
07b21da
into
SH-Nihil-Mukkesh-25:master
The rules are intentionally specific so existing or unrelated test artifacts are not accidentally staged with git add, which keeps diffs clean and avoids committing generated or locally produced files. Anyways 😀 |