Skip to content

Commit 334f469

Browse files
authored
fix: add Cargo.lock to version control (#486)
Signed-off-by: Esteve Fernandez <esteve@apache.org>
1 parent 1464e6b commit 334f469

File tree

7 files changed

+3128
-8
lines changed

7 files changed

+3128
-8
lines changed

.dockerignore

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,6 @@
1414
# will have compiled files and executables
1515
/target/
1616

17-
# Remove Cargo.lock from gitignore if creating an executable, leave it for libraries
18-
# More information here https://doc.rust-lang.org/cargo/guide/cargo-toml-vs-cargo-lock.html
19-
Cargo.lock
20-
2117
# These are backup files generated by rustfmt
2218
**/*.rs.bk
2319

.gitignore

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -215,10 +215,6 @@ dmypy.json
215215
# will have compiled files and executables
216216
/target/
217217

218-
# Remove Cargo.lock from gitignore if creating an executable, leave it for libraries
219-
# More information here https://doc.rust-lang.org/cargo/guide/cargo-toml-vs-cargo-lock.html
220-
Cargo.lock
221-
222218
# These are backup files generated by rustfmt
223219
**/*.rs.bk
224220

0 commit comments

Comments
 (0)