Skip to content

Query results export artifact accidentally committed to repo #101

@EVWorth

Description

@EVWorth

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

  1. Remove the file and add it to .gitignore
  2. Consider adding a pattern like query-results-*.md to .gitignore to prevent future accidents
  3. Add src-tauri/*.md to .gitignore or configure the export feature to write to a non-tracked directory (e.g., the user home directory)

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions