-
Notifications
You must be signed in to change notification settings - Fork 1.2k
mem-agent: Ignore Cargo.lock #11613
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
mem-agent: Ignore Cargo.lock #11613
Conversation
Hey Ruoqing @RuoqingHe, it seems duplicated with this PR |
1b1ea28
to
18f0f7e
Compare
Repurposed |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thx @RuoqingHe LGTM!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Lgtm, thanks!
`mem-agent` here is now a library and do not contain examples, ignore Cargo.lock to get rid of untracked file noise produced by `cargo run` or `cargo test`. Signed-off-by: Ruoqing He <heruoqing@iscas.ac.cn>
18f0f7e
to
4ca6c2d
Compare
mem-agent
here is now a library and do not contain examples, ignoreCargo.lock to get rid of untracked file noise produced by
cargo run
orcargo test
.Signed-off-by: Ruoqing He heruoqing@iscas.ac.cn