diff options
author | Ricky Kresslein <rk@lakoliu.com> | 2022-09-22 11:11:10 +0200 |
---|---|---|
committer | Ricky Kresslein <rk@lakoliu.com> | 2022-09-22 11:11:10 +0200 |
commit | e72813df2bb343ec4ce683baa7af2befc1ae6f80 (patch) | |
tree | d3e4e4b6929e595bb4e6f052f8ebb976a73d8575 /.gitignore | |
parent | f953f8f633fb7e3dee45592d90dd57c2a74d425a (diff) | |
download | Furtherance-e72813df2bb343ec4ce683baa7af2befc1ae6f80.tar.zst |
Add Cargo.lock
Diffstat (limited to '.gitignore')
-rwxr-xr-x | .gitignore | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore index b117c05..ac930a8 100755 --- a/.gitignore +++ b/.gitignore @@ -14,4 +14,4 @@ target/ # MSVC Windows builds of rustc generate these, which store debugging information *.pdb -Cargo.lock +#Cargo.lock |