Skip to content

Commit

Permalink
Commit Cargo.lock
Browse files Browse the repository at this point in the history
Also, monitor rust-lang/cargo#7058 so we can
trim this down.
  • Loading branch information
wdoekes committed Feb 15, 2024
1 parent b1b1f4c commit f99c989
Show file tree
Hide file tree
Showing 2 changed files with 1,464 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,9 @@
*.swp
__pycache__

# Do not gitignore Cargo.lock (for now)
# https://doc.rust-lang.org/cargo/guide/cargo-toml-vs-cargo-lock.html
#/Cargo.lock

# Output directories
/target
Loading

0 comments on commit f99c989

Please sign in to comment.