Skip to content

chore: remove generated Vite timestamp config files from frontend #1034

Description

@Tomeshwari-02

Summary

The frontend directory contains generated Vite timestamp config files that appear to be temporary artifacts rather than source files:

  • frontend/vite.config.js.timestamp-1779688548429-703d9cfa5f822.mjs
  • frontend/vite.config.js.timestamp-1779764902952-52da4ea2e799f.mjs
  • frontend/vite.config.js.timestamp-1780321879038-f93cbd766453d.mjs

Why this matters

Generated timestamp config files add noise to the repository and can confuse contributors about which Vite config is canonical. They may also keep reappearing locally if the pattern is not ignored.

Expected behavior

Only the canonical frontend/vite.config.js should be tracked unless there is a documented reason to keep generated timestamp files.

Suggested fix

  • Remove the generated vite.config.js.timestamp-*.mjs files.
  • Add an ignore pattern such as frontend/vite.config.js.timestamp-*.mjs if the tooling may regenerate them.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions