Skip to content

Commit b5bbe13

Browse files
committed
fix: add the lockfiles so that dependabot can do its great works for us
1 parent 42a00a6 commit b5bbe13

2 files changed

Lines changed: 767 additions & 5 deletions

File tree

.gitignore

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,10 @@
22
# will have compiled files and executables
33
/target/
44

5-
# Remove Cargo.lock from gitignore if creating an executable, leave it for libraries
6-
# More information here https://doc.rust-lang.org/cargo/guide/cargo-toml-vs-cargo-lock.html
7-
Cargo.lock
8-
95
# These are backup files generated by rustfmt
106
**/*.rs.bk
117
*.iml
128
.idea
139

1410
venv/
1511
__pycache__
16-
uv.lock

0 commit comments

Comments
 (0)