Skip to content

Commit f487c10

Browse files
chore(Common): Remove compiled Rust artifacts from version control
Deleted the debug and release versions of `libCommon.rlib` build artifacts that were mistakenly tracked in the repository. These files are generated during Rust compilation and should not be included in version control per standard Rust project practices. The removal aligns with our architecture's separation of concerns where: 1. The `Common` crate contains only abstract definitions (traits, DTOs, effect systems) 2. Build outputs belong exclusively in CI/CD pipelines and local development environments 3. Repository cleanliness ensures efficient collaboration and prevents binary merge conflicts This cleanup follows recent documentation and refactoring work (refs #926b00c, #ff8c0cb) and maintains the integrity of our core abstraction layer by keeping only source artifacts under version control.
1 parent 457d53a commit f487c10

File tree

2 files changed

+0
-6
lines changed

2 files changed

+0
-6
lines changed

Target/debug/libCommon.rlib

Lines changed: 0 additions & 3 deletions
This file was deleted.

Target/release/libCommon.rlib

Lines changed: 0 additions & 3 deletions
This file was deleted.

0 commit comments

Comments
 (0)