Skip to content

cleanup: remove unused and unnecessary files from idurar-erp-crm#706

Draft
hammads-turing wants to merge 1 commit into
mainfrom
cleanup/remove-unused-files
Draft

cleanup: remove unused and unnecessary files from idurar-erp-crm#706
hammads-turing wants to merge 1 commit into
mainfrom
cleanup/remove-unused-files

Conversation

@hammads-turing
Copy link
Copy Markdown
Collaborator

This PR cleans up the idurar-erp-crm directory by removing files that are unused, orphaned, or unnecessary.

Removed files

  • OS junk: .DS_Store
  • Legacy frontend scaffolding: frontend/README.md, frontend/rollup.config.js, frontend/temp.env
  • Orphaned image assets (no references anywhere in the repo):
    • frontend/src/style/images/fitbit-gray.svg
    • frontend/src/style/images/flow-xo-gray.svg
    • frontend/src/style/images/gitlab-gray.svg
    • frontend/src/style/images/layar-gray.svg
    • frontend/src/style/images/logo-icon.png
    • frontend/src/style/images/logo-menu.png
    • frontend/src/style/images/logo-text.png
    • frontend/src/style/images/logo.png
    • frontend/src/style/images/logo.svg
    • frontend/src/style/images/logo1.png
    • frontend/src/style/images/logo2.png
    • frontend/src/style/images/logo3.png
    • frontend/src/style/images/logo4.png
    • frontend/src/style/images/photo.png
  • Unused root-level assets: idurar-crm-erp.svg, image.png
  • Duplicate asset: frontend/src/logo-icon.svg (superseded by frontend/src/style/images/logo-icon.svg)

Minor source cleanup

  • Removed stale commented-out import in frontend/src/modules/ProfileModule/components/UploadImg.jsx

Verification

  • Ran a full repo-wide reference scan — no remaining references to any deleted files.
  • Attempted frontend build, but vite is not installed in the workspace environment, so a full build validation requires installing dependencies first.

Pull Request opened by Augment Code | View session

- Remove .DS_Store (macOS junk file)
- Remove legacy frontend files: README.md, rollup.config.js, temp.env
- Remove orphaned frontend image assets with no references:
  fitbit-gray.svg, flow-xo-gray.svg, gitlab-gray.svg, layar-gray.svg,
  logo-icon.png, logo-menu.png, logo-text.png, logo.png, logo.svg,
  logo1.png, logo2.png, logo3.png, logo4.png, photo.png
- Remove unused root-level assets: idurar-crm-erp.svg, image.png
- Remove duplicate frontend/src/logo-icon.svg (superseded by style/images/logo-icon.svg)
- Clean stale commented import in UploadImg.jsx
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant