Ignore Cargo.lock

This commit is contained in:
Lucas Schumacher 2023-09-26 19:41:36 -04:00
parent 0f2d455a42
commit 6d09ce7bc1

1
.gitignore vendored
View File

@ -2,6 +2,7 @@
# will have compiled files and executables # will have compiled files and executables
debug/ debug/
target/ target/
Cargo.lock
# These are backup files generated by rustfmt # These are backup files generated by rustfmt
**/*.rs.bk **/*.rs.bk