Skip to content

Commit c1f5a7e

Browse files
authored
Update .gitignore and add/remove Cargo.lock when appropriate (delta-io#1001)
# 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 delta-io#1000
1 parent 9aaef82 commit c1f5a7e

File tree

3 files changed

+2319
-3923
lines changed

3 files changed

+2319
-3923
lines changed

.gitignore

+8
Original file line numberDiff line numberDiff line change
@@ -17,3 +17,11 @@ tlaplus/*.toolbox/*/[0-9]*-[0-9]*-[0-9]*-[0-9]*-[0-9]*-[0-9]*/
1717
*.env
1818
__azurite*
1919
__blobstorage__
20+
.githubchangeloggenerator*
21+
22+
# Add all Cargo.lock files except for those in binary crates
23+
Cargo.lock
24+
!/aws/delta-checkpoint/Cargo.lock
25+
!/delta-inspect/Cargo.lock
26+
!/proofs/Cargo.lock
27+

0 commit comments

Comments
 (0)