Skip to content

Commit

Permalink
Do not gitignore root-level Cargo.lock file
Browse files Browse the repository at this point in the history
  • Loading branch information
seanchen1991 committed Aug 14, 2024
1 parent 124e633 commit 795ee7e
Show file tree
Hide file tree
Showing 2 changed files with 3,201 additions and 7 deletions.
7 changes: 0 additions & 7 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -25,13 +25,6 @@ mc.log
# Ignore OSX .DS_Store file
.DS_Store

# Only ignore the top-level Cargo.lock.
# Specifically, we want the ci/no-std-check/Cargo.lock to be committed
# to ensure a reproducible CI build for that crate.
# This will make it easier to spot bugs such as [this one](https://github.com/cosmos/ibc-rs/pull/560)
# caused by a dependency updated to a faulty version.
/Cargo.lock

# Ignore CosmWasm artifacts
cw-contracts/

Expand Down
Loading

0 comments on commit 795ee7e

Please sign in to comment.