Summary
User query results were accidentally committed as src-tauri/query-results-2026-04-05T00-56-53.md.
File
src-tauri/query-results-2026-04-05T00-56-53.md
Contents (a user personal car table data):
| car_id | make | model | trim | color | dbinsert |
| --- | --- | --- | --- | --- | --- |
| 1 | Chrysler | Pacifica | Limited Hybrid | Black | NULL |
| 2 | Toyota | Cressida | SEL | Blue | NULL |
| 3 | Subaru | Legacy | SE | Orange | NULL |
Impact
- User data leaked into the public repository
- Adds clutter to the source tree
Fix
- Remove the file and add it to
.gitignore
- Consider adding a pattern like
query-results-*.md to .gitignore to prevent future accidents
- Add
src-tauri/*.md to .gitignore or configure the export feature to write to a non-tracked directory (e.g., the user home directory)
Summary
User query results were accidentally committed as
src-tauri/query-results-2026-04-05T00-56-53.md.File
src-tauri/query-results-2026-04-05T00-56-53.mdContents (a user personal car table data):
Impact
Fix
.gitignorequery-results-*.mdto.gitignoreto prevent future accidentssrc-tauri/*.mdto.gitignoreor configure the export feature to write to a non-tracked directory (e.g., the user home directory)