Skip to content

Commit

Permalink
Update .gitignore and add/remove Cargo.lock when appropriate (#1001)
Browse files Browse the repository at this point in the history
# Description
1. Add to `.gitignore` so that all `Cargo.lock` files except for the
ones in the listed binary crates are ignored.
2. Add `Cargo.lock` to the proofs crate since it is binary.
3. Remove `Cargo.lock` from the root directory.

# Related Issue(s)
Closes #1000
  • Loading branch information
iajoiner authored Dec 7, 2022
1 parent 9aaef82 commit c1f5a7e
Show file tree
Hide file tree
Showing 3 changed files with 2,319 additions and 3,923 deletions.
8 changes: 8 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -17,3 +17,11 @@ tlaplus/*.toolbox/*/[0-9]*-[0-9]*-[0-9]*-[0-9]*-[0-9]*-[0-9]*/
*.env
__azurite*
__blobstorage__
.githubchangeloggenerator*

# Add all Cargo.lock files except for those in binary crates
Cargo.lock
!/aws/delta-checkpoint/Cargo.lock
!/delta-inspect/Cargo.lock
!/proofs/Cargo.lock

Loading

0 comments on commit c1f5a7e

Please sign in to comment.