Skip to content

[ENGINEERING] Add main.rs backup file should be removed #73

Description

@developerfred

Problem

Found backup files in the repository that should be cleaned up:

  • src/main.rs.bak
  • tools/lsp/src/main.rs.backup

Why Remove

  1. Causes confusion for developers
  2. Not tracked in version control meaningfully
  3. Can be recovered from git history

Recommendation

rm src/main.rs.bak
rm tools/lsp/src/main.rs.backup

Or if these are intentional backups, add them to .gitignore.

Priority

Low - Cosmetic issue

Labels

  • engineering
  • cleanup

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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