Skip to content
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

add oyster cvm doctor and build #19

Merged
merged 14 commits into from
Dec 24, 2024
11 changes: 0 additions & 11 deletions cli/oyster-cvm/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,19 +3,8 @@
debug/
target/

# Remove Cargo.lock from gitignore if creating an executable, leave it for libraries
# More information here https://doc.rust-lang.org/cargo/guide/cargo-toml-vs-cargo-lock.html
Cargo.lock

# These are backup files generated by rustfmt
**/*.rs.bk

# MSVC Windows builds of rustc generate these, which store debugging information
*.pdb

# RustRover
# JetBrains specific template is maintained in a separate JetBrains.gitignore that can
# be found at https://github.com/github/gitignore/blob/main/Global/JetBrains.gitignore
# and can be added to the global gitignore or merged into this file. For a more nuclear
# option (not recommended) you can uncomment the following to ignore the entire idea folder.
#.idea/
365 changes: 365 additions & 0 deletions cli/oyster-cvm/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading