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

chore: add cargo.lock to gitignore #3

Merged
merged 12 commits into from
Jun 24, 2024
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
/target
.DS_Store
.DS_Store
Cargo.lock
2 changes: 1 addition & 1 deletion crates/volaris-cli/src/cli.rs
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ pub fn get_matches() -> clap::ArgMatches {

Command::new("volaris")
.version(clap::crate_version!())
.author("brxken128 <[email protected]>")
.author("brxken128 <[email protected]>, greendoescode <[email protected]>")
.about("Secure, fast and modern command-line encryption of files.")
.subcommand_required(true)
.arg_required_else_help(true)
Expand Down
Loading