-
-
Notifications
You must be signed in to change notification settings - Fork 214
Closed
Description
🚀 Issue
Following up on discussion #91 from @anjumkaiser - the repository contains a large target-minimal/
directory (583MB) of build artifacts that was accidentally committed.
📊 Impact
- Repository size: Unnecessarily large due to build artifacts
- Clone performance: Slower clones for all users
- Storage costs: Wasted bandwidth and storage
- Best practices: Build artifacts should never be committed
✅ Solution
- Remove
target-minimal/
directory from repository - Update
.gitignore
to prevent future build artifact commits - Ensure no functionality is broken by removal
🧹 Repository Hygiene
This is standard repository cleanup that will benefit all contributors and users.
Credit: Thanks to @anjumkaiser for identifying this in discussion #91!
Metadata
Metadata
Assignees
Labels
No labels