Add Cargo.lock to repo to allow more reproducible builds for test container images
Some checks failed
Podman Rootless Demo / test-backend (push) Failing after 38s
Some checks failed
Podman Rootless Demo / test-backend (push) Failing after 38s
This commit is contained in:
parent
f1ee667fc2
commit
63419bb34c
2 changed files with 3217 additions and 1 deletions
2
.gitignore
vendored
2
.gitignore
vendored
|
|
@ -1,7 +1,7 @@
|
||||||
# Rust
|
# Rust
|
||||||
**/*/target/
|
**/*/target/
|
||||||
**/*.rs.bk
|
**/*.rs.bk
|
||||||
Cargo.lock
|
# Cargo.lock is now committed for reproducible builds
|
||||||
|
|
||||||
# Node.js
|
# Node.js
|
||||||
**/*/node_modules/
|
**/*/node_modules/
|
||||||
|
|
|
||||||
3216
backend/Cargo.lock
generated
Normal file
3216
backend/Cargo.lock
generated
Normal file
File diff suppressed because it is too large
Load diff
Loading…
Add table
Reference in a new issue